Automatic style fix

This commit is contained in:
robot-clickhouse 2024-08-27 01:41:21 +00:00 committed by Nikita Fomichev
parent 710f4be758
commit 95c44d2f9d

View File

@ -2137,9 +2137,9 @@ class TestSuite:
) )
) )
self.all_tags: Dict[str, Set[str]] = all_tags_and_random_settings_limits[0] self.all_tags: Dict[str, Set[str]] = all_tags_and_random_settings_limits[0]
self.all_random_settings_limits: Dict[ self.all_random_settings_limits: Dict[str, Dict[str, (int, int)]] = (
str, Dict[str, (int, int)] all_tags_and_random_settings_limits[1]
] = all_tags_and_random_settings_limits[1] )
self.sequential_tests = [] self.sequential_tests = []
self.parallel_tests = [] self.parallel_tests = []
for test_name in self.all_tests: for test_name in self.all_tests: