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 b6a0423 commit 8e89938Copy full SHA for 8e89938
README.md
@@ -71,7 +71,7 @@ Example with `@guards(ThrottlerGuard)`
71
```python
72
# project_name/controller.py
73
from ellar.common import Controller, guards
74
-from ellar_throttler import throttle, ThrottlerGuard, skip_throttle
+from ellar_throttler import throttle, ThrottlerGuard
75
76
@Controller()
77
class AppController:
0 commit comments