PEP8 double aggressive E251 and E252

This commit is contained in:
persianpros
2021-04-14 00:13:45 +04:30
parent 9d97e44d17
commit d8ec7e4c52
31 changed files with 179 additions and 179 deletions

View File

@@ -1514,7 +1514,7 @@ class NeoBootImageChoose(Screen):
self.close()
def readline(filename, iferror = ''):
def readline(filename, iferror=''):
if iferror[:3] == 'or:':
data = iferror[3:]
else: