Skip to content

Commit cdc1bee

Browse files
authored
chore: cleanup unused usings 🧹 (open-feature#240)
## This PR Cleanup 🧹 unused usings from the code base Signed-off-by: Benjamin Evenson <[email protected]>
1 parent be7f273 commit cdc1bee

File tree

7 files changed

+0
-12
lines changed

7 files changed

+0
-12
lines changed

src/OpenFeature/IFeatureClient.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.Threading.Tasks;
3-
using OpenFeature.Constant;
43
using OpenFeature.Model;
54

65
namespace OpenFeature

src/OpenFeature/Model/BaseMetadata.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using System.Collections.Immutable;
43

src/OpenFeature/Model/FlagMetadata.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
21
using System.Collections.Generic;
3-
using System.Collections.Immutable;
42

53
#nullable enable
64
namespace OpenFeature.Model;

src/OpenFeature/Providers/Memory/InMemoryProvider.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
21
using System.Collections.Generic;
3-
using System.Collections.Immutable;
42
using System.Linq;
53
using System.Threading.Tasks;
64
using OpenFeature.Constant;

test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
21
using System.Collections.Generic;
3-
using System.Collections.Immutable;
4-
using System.ComponentModel.DataAnnotations;
5-
using System.Text.RegularExpressions;
62
using System.Threading.Tasks;
73
using OpenFeature.Constant;
84
using OpenFeature.Extension;

test/OpenFeature.Tests/FlagMetadataTest.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using OpenFeature.Model;
43
using OpenFeature.Tests.Internal;

test/OpenFeature.Tests/TestUtils.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Diagnostics;
43
using System.Threading;
54
using System.Threading.Tasks;
65

0 commit comments

Comments
 (0)