Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit bd456f1

Browse files
committed
x
1 parent 7167ce2 commit bd456f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

defectdojo_api_generated/cli/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88

99
def discover_commands():
10+
# str() required because of py3.10
1011
for _, module_name, _ in pkgutil.iter_modules([str(Path(__file__).parent / 'commands')]):
1112
importlib.import_module(f'{__package__}.commands.{module_name}')
1213

0 commit comments

Comments
 (0)