Python: Fix Flake8 issue E712 + PEP8 variable naming

This commit is contained in:
Martin Thoma
2022-03-11 21:42:23 +01:00
parent 79c42ed907
commit 6dde69f274
8 changed files with 172 additions and 181 deletions

View File

@@ -214,7 +214,7 @@ while True:
death = True
break
if death == True:
if death:
break
# 1310
print_n_newlines(3)