fix: removes inheritance warning for functions

This commit is contained in:
Mose Müller
2023-12-11 12:05:27 +01:00
parent c15ad54e2d
commit 0694a3d1ee
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,9 @@ def test_basic_inheritance_warning(caplog: LogCaptureFixture) -> None:
def some_method(self) -> None:
...
async def some_task(self) -> None:
...
ServiceClass()
# neither of the attributes, methods or properties cause a warning log