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 8d9cb08 commit 711897bCopy full SHA for 711897b
ellar_throttler/module.py
@@ -29,7 +29,7 @@ def setup(
29
IThrottlerStorage, use_class=ThrottlerStorageService
30
)
31
32
- return DynamicModule(
+ return DynamicModule( # type: ignore
33
cls,
34
providers=[
35
_provider,
0 commit comments