Skip to content

Commit 8e89938

Browse files
authored
Update README.md
1 parent b6a0423 commit 8e89938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example with `@guards(ThrottlerGuard)`
7171
```python
7272
# project_name/controller.py
7373
from ellar.common import Controller, guards
74-
from ellar_throttler import throttle, ThrottlerGuard, skip_throttle
74+
from ellar_throttler import throttle, ThrottlerGuard
7575

7676
@Controller()
7777
class AppController:

0 commit comments

Comments
 (0)