Skip to content

Commit 711897b

Browse files
committed
skip mypy
1 parent 8d9cb08 commit 711897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_throttler/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def setup(
2929
IThrottlerStorage, use_class=ThrottlerStorageService
3030
)
3131

32-
return DynamicModule(
32+
return DynamicModule( # type: ignore
3333
cls,
3434
providers=[
3535
_provider,

0 commit comments

Comments
 (0)