mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
PEP8 double aggressive W291 ~ W293 and W391
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e0b9cd57fa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
40fb89213b
commit
afec1a4fce
@@ -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