mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
PEP8 double aggressive W291 ~ W293 and W391
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -451,4 +451,3 @@ if __name__ == "__main__":
|
|||||||
previourVarPrefix = k.split('_')[0] == '' and "unknown" or k.split('_')[0]
|
previourVarPrefix = k.split('_')[0] == '' and "unknown" or k.split('_')[0]
|
||||||
for line in olines:
|
for line in olines:
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user