Skip to content

Commit f47fe73

Browse files
committed
Remove unnecessary usings
1 parent 53c7714 commit f47fe73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/GrokClient/Extensions.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System.Collections.Generic;
2-
using System.ComponentModel;
3-
using System.Threading;
4-
using System.Threading.Tasks;
1+
using System.ComponentModel;
52
using Google.Protobuf.WellKnownTypes;
63

74
namespace Devlooped.Grok;

0 commit comments

Comments
 (0)