mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
remove stray imports
This commit is contained in:
@@ -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')):
|
||||
|
||||
Reference in New Issue
Block a user