Skip to content

Commit

Permalink
Remove unused imports (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveLM authored Mar 6, 2024
1 parent 488b243 commit 5503bb1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions AtomicLib/FieldContents.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Xml.Serialization;
using AtomicLib.XML;
using System.Xml.Serialization;

namespace AtomicLib;

Expand Down
1 change: 0 additions & 1 deletion AtomicLib/ModCreationInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Reflection;
using AtomicLib.XML;

namespace AtomicLib;
Expand Down
2 changes: 0 additions & 2 deletions AtomicLibTests/CoreTests.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using System.IO.Compression;
using System.Xml.Serialization;
using AtomicLib;
using AtomicLib.XML;
using Xunit;
using Xunit.Abstractions;
using Xunit.Sdk;

namespace AtomicLibTests;

Expand Down

0 comments on commit 5503bb1

Please sign in to comment.