Tools: lgtm: removes unused imports in Python scripts
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user