Skip to content

Commit 855153a

Browse files
committed
fixed ci lint failing test
1 parent ec31989 commit 855153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_django/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def setup(cls, settings_module: str, path_prefix: str = "/dj") -> "DynamicModule
2727
mount = Mount(
2828
path_prefix, routes=[_router, Mount("/", app=get_asgi_application())]
2929
)
30-
return DynamicModule(cls, routers=[mount], commands=[django_command_wrapper])
30+
return DynamicModule(cls, routers=[mount], commands=[django_command_wrapper]) # type: ignore

0 commit comments

Comments
 (0)