Skip to content

Commit 12306df

Browse files
committed
updated ellar changes
1 parent 08db85a commit 12306df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_throttler/throttler_guard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import typing as t
33

44
from ellar.common import GuardCanActivate, IExecutionContext, Response
5-
from ellar.common.utils import get_name
65
from ellar.core.connection import HTTPConnection
76
from ellar.core.services import Reflector
87
from ellar.di import injectable
8+
from ellar.utils import get_name
99

1010
from .constants import THROTTLER_LIMIT, THROTTLER_SKIP, THROTTLER_TTL
1111
from .exception import ThrottledException

0 commit comments

Comments
 (0)