mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 14:35:48 +01:00
PEP8 double aggressive E251 and E252
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user