Fixed mypy complaints

This commit is contained in:
2024-01-07 14:02:23 +01:00
parent bd30682092
commit 6535422148
15 changed files with 473 additions and 336 deletions

View File

@@ -54,6 +54,13 @@ class TestServicesApi(unittest.TestCase):
"""
pass
def test_get_services_by_name(self) -> None:
"""Test case for get_services_by_name
Get Services By Name # noqa: E501
"""
pass
if __name__ == '__main__':
unittest.main()