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 696f116 commit 2663959Copy full SHA for 2663959
ninja_extra/controllers/base.py
@@ -458,7 +458,7 @@ def __call__(self, cls: ControllerClassType) -> ControllerClassType:
458
fail_silently(inject, constructor_or_class=cls)
459
460
ControllerRegistry().add_controller(cls)
461
- return cls # type:ignore[return-value]
+ return cls
462
463
@property
464
def path_operations(self) -> Dict[str, PathView]:
0 commit comments