Skip to content

Commit

Permalink
remove importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar committed May 19, 2020
1 parent 1ba9531 commit 06b09a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cve_bin_tool/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from __future__ import print_function

import argparse
import importlib.util
import logging
import multiprocessing
import os
Expand All @@ -27,9 +26,9 @@

import pkg_resources

from .egg_updater import IS_DEVELOP, update_egg
from .OutputEngine import OutputEngine
from .cvedb import CVEDB, OLD_CACHE_DIR
from .egg_updater import IS_DEVELOP, update_egg
from .extractor import Extractor
from .file import is_binary
from .log import LOGGER
Expand Down

0 comments on commit 06b09a1

Please sign in to comment.