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

Commit 7167ce2

Browse files
committed
py310 requirement
1 parent d658782 commit 7167ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defectdojo_api_generated/cli/__main__.py

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

88

99
def discover_commands():
10-
for _, module_name, _ in pkgutil.iter_modules([Path(__file__).parent / 'commands']):
10+
for _, module_name, _ in pkgutil.iter_modules([str(Path(__file__).parent / 'commands')]):
1111
importlib.import_module(f'{__package__}.commands.{module_name}')
1212

1313

0 commit comments

Comments
 (0)