We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08db85a commit 12306dfCopy full SHA for 12306df
ellar_throttler/throttler_guard.py
@@ -2,10 +2,10 @@
2
import typing as t
3
4
from ellar.common import GuardCanActivate, IExecutionContext, Response
5
-from ellar.common.utils import get_name
6
from ellar.core.connection import HTTPConnection
7
from ellar.core.services import Reflector
8
from ellar.di import injectable
+from ellar.utils import get_name
9
10
from .constants import THROTTLER_LIMIT, THROTTLER_SKIP, THROTTLER_TTL
11
from .exception import ThrottledException
0 commit comments