Skip to content

Commit

Permalink
style: Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jan 3, 2024
1 parent 5b98b4a commit 76a5cf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions Ndapi/Enums/NdapiEnums.cs
@@ -1,8 +1,4 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;

using Ndapi.Core;
using Ndapi.Core;

namespace Ndapi.Enums;

Expand Down
1 change: 0 additions & 1 deletion Ndapi/NdapiObject.cs
Expand Up @@ -3,7 +3,6 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;

using Ndapi.Core;
Expand Down

0 comments on commit 76a5cf0

Please sign in to comment.