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:
persianpros
2021-04-13 23:18:06 +04:30
committed by Armin Kuster
parent 40fb89213b
commit afec1a4fce
-1
View File
@@ -451,4 +451,3 @@ if __name__ == "__main__":
previourVarPrefix = k.split('_')[0] == '' and "unknown" or k.split('_')[0]
for line in olines:
print(line)