Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3fcf0d

Browse files
authoredDec 8, 2023
Update __init__.py
1 parent 49a377a commit b3fcf0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎bandit/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
except ImportError:
88
import importlib_metadata as metadata
99

10-
from . import *
11-
1210
from bandit.core import config # noqa
1311
from bandit.core import context # noqa
1412
from bandit.core import manager # noqa

0 commit comments

Comments
 (0)
Please sign in to comment.