Skip to content

Commit

Permalink
chore: cleanup unused usings 🧹 (#240)
Browse files Browse the repository at this point in the history
## This PR

Cleanup 🧹 unused usings from the code base

Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
  • Loading branch information
benjiro committed Feb 22, 2024
1 parent be7f273 commit cdc1bee
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/OpenFeature/IFeatureClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using OpenFeature.Constant;
using OpenFeature.Model;

namespace OpenFeature
Expand Down
1 change: 0 additions & 1 deletion src/OpenFeature/Model/BaseMetadata.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;

Expand Down
2 changes: 0 additions & 2 deletions src/OpenFeature/Model/FlagMetadata.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;

#nullable enable
namespace OpenFeature.Model;
Expand Down
2 changes: 0 additions & 2 deletions src/OpenFeature/Providers/Memory/InMemoryProvider.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using OpenFeature.Constant;
Expand Down
4 changes: 0 additions & 4 deletions test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel.DataAnnotations;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using OpenFeature.Constant;
using OpenFeature.Extension;
Expand Down
1 change: 0 additions & 1 deletion test/OpenFeature.Tests/FlagMetadataTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using OpenFeature.Model;
using OpenFeature.Tests.Internal;
Expand Down
1 change: 0 additions & 1 deletion test/OpenFeature.Tests/TestUtils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit cdc1bee

Please sign in to comment.