Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwb authored Dec 8, 2023
1 parent 8ef9b92 commit a0ab714
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bandit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,4 @@
except ImportError:
import importlib_metadata as metadata

from bandit.core import config # noqa
from bandit.core import context # noqa
from bandit.core import manager # noqa
from bandit.core import meta_ast # noqa
from bandit.core import node_visitor # noqa
from bandit.core import test_set # noqa
from bandit.core import tester # noqa
from bandit.core import utils # noqa
from bandit.core.constants import * # noqa
from bandit.core.issue import * # noqa
from bandit.core.test_properties import * # noqa

__version__ = metadata.version("bandit")

0 comments on commit a0ab714

Please sign in to comment.