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.
2 parents 696f116 + 2663959 commit 2da191dCopy full SHA for 2da191d
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