1
0

fix flake8: follow-up prev

This commit is contained in:
SomberNight
2023-06-01 22:59:40 +00:00
parent ccc012674f
commit eba3282024

View File

@@ -41,7 +41,7 @@ _logger = get_logger(__name__)
# Code *should not rely* on asserts being enabled. In particular, safety and security checks should
# always explicitly raise exceptions. However, this rule is mistakenly broken occasionally...
try:
assert False
assert False # noqa: B011
except AssertionError:
pass
else: