remove stray imports
This commit is contained in:
parent
b6ab5dd669
commit
6e79555621
1 changed files with 0 additions and 3 deletions
|
@ -452,9 +452,6 @@ def filter_leading_non_json_lines(buf):
|
|||
filtered_lines.write(line + '\n')
|
||||
return filtered_lines.getvalue()
|
||||
|
||||
import glob, imp
|
||||
from os.path import join, basename, splitext
|
||||
|
||||
def import_plugins(directory):
|
||||
modules = {}
|
||||
for path in glob.glob(os.path.join(directory, '*.py')):
|
||||
|
|
Loading…
Reference in a new issue