Fix style check

This commit is contained in:
Kruglov Pavel 2024-08-07 14:42:42 +02:00 committed by GitHub
parent d124de847b
commit cfeb20681d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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