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 aaafd41 commit 49a377a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bandit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
except ImportError:
import importlib_metadata as metadata

from bandit.formatters import * # noqa
from . import *

from bandit.core import config # noqa
from bandit.core import context # noqa
from bandit.core import manager # noqa
Expand All @@ -19,6 +20,5 @@
from bandit.core.constants import * # noqa
from bandit.core.issue import * # noqa
from bandit.core.test_properties import * # noqa
from bandit.plugins import * # noqa

__version__ = metadata.version("bandit")

0 comments on commit 49a377a

Please sign in to comment.