Skip to content

Commit 7993aec

Browse files
committed
linting fix
1 parent 398e9b2 commit 7993aec

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
@@ -28,7 +28,7 @@ def setup(
2828
IThrottlerStorage, use_class=ThrottlerStorageService
2929
)
3030

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

0 commit comments

Comments
 (0)