PEP8 double aggressive W291 ~ W293 and W391

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
persianpros 2021-04-13 23:18:06 +04:30 committed by Khem Raj
parent af6838a62c
commit e0b9cd57fa

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)