Skip to content

Commit

Permalink
Cleanup unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jul 30, 2021
1 parent 1dda52e commit d14cb66
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/Config.Tests/CommandLineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.CommandLine;
using System.CommandLine.Builder;
using System.CommandLine.Invocation;
using System.CommandLine.IO;
using System.CommandLine.Parsing;
using System.IO;
using System.Linq;
Expand Down
2 changes: 0 additions & 2 deletions src/Config.Tests/ConfigReaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace DotNetConfig
{
Expand Down
4 changes: 1 addition & 3 deletions src/Config.Tests/ConfigurationTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Globalization;
using System.Globalization;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Configuration;
using Xunit;
Expand Down
3 changes: 1 addition & 2 deletions src/Config.Tests/TextRulesTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Xunit;
using Xunit;

namespace DotNetConfig
{
Expand Down
1 change: 0 additions & 1 deletion src/Config/ConfigEntry.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Diagnostics;
using System.Globalization;
using System.Text;

namespace DotNetConfig
{
Expand Down

0 comments on commit d14cb66

Please sign in to comment.