Skip to content

Commit e54618d

Browse files
committed
Remove unused imports
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d69b4e5 commit e54618d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vulntotal/datasources/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
import glob
11-
import importlib
12-
import inspect
13-
from os.path import basename
14-
from os.path import dirname
15-
from os.path import isfile
16-
from os.path import join
17-
1810
from vulntotal.datasources import deps
1911
from vulntotal.datasources import github
2012
from vulntotal.datasources import gitlab

0 commit comments

Comments
 (0)