[mod] make format.python : prepare python code for black 23.1.0

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2023-02-04 17:58:53 +01:00
parent 233ee1bb15
commit b4c80d9ebb
68 changed files with 8 additions and 115 deletions

View file

@ -150,7 +150,6 @@ def _search_query_diff(
class TestResults:
__slots__ = 'errors', 'logs', 'languages'
def __init__(self):
@ -182,7 +181,6 @@ class TestResults:
class ResultContainerTests:
__slots__ = 'test_name', 'search_query', 'result_container', 'languages', 'stop_test', 'test_results'
def __init__(
@ -320,7 +318,6 @@ class ResultContainerTests:
class CheckerTests:
__slots__ = 'test_results', 'test_name', 'result_container_tests_list'
def __init__(
@ -352,7 +349,6 @@ class CheckerTests:
class Checker:
__slots__ = 'processor', 'tests', 'test_results'
def __init__(self, processor: EngineProcessor):