Skip to content

Commit eb25123

Browse files
authored
Merge pull request #25 from selfmadecode/feature/code-clean-up
remove unused usings
2 parents 929ac39 + 01d41dc commit eb25123

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Throttlr.Api.RateLimit/Core/Counter/TokenBucketCounter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
42

53
namespace RateLimit.Throttlr.Core.Counter
64
{

src/Throttlr.Api.RateLimit/Core/FixedWindowRateLimiter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
42
using System.Threading;
53
using System.Threading.Tasks;
64
using RateLimit.Throttlr.Abstractions;

0 commit comments

Comments
 (0)