Fix pylint

This commit is contained in:
Kruglov Pavel 2024-08-06 15:01:10 +02:00 committed by GitHub
parent 71c06b40cb
commit 56415028d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1086,7 +1086,7 @@ class TestCase:
self.random_settings_limits = (
suite.all_random_settings_limits[case]
if case in suite.all_random_settings_limits
else dict()
else {}
)
for tag in os.getenv("GLOBAL_TAGS", "").split(","):