Tools: lgtm: removes unused imports in Python scripts

This commit is contained in:
wmayer
2022-03-20 21:41:30 +01:00
parent c9dee5e70a
commit 42d48103e8
9 changed files with 8 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
from __future__ import print_function # this allows py2 to print(str1,str2) correctly
import os, errno
import os
def temporary_exec(text, globals, locals):