Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular CLI import #41

Closed
biosafetylvl5 opened this issue Oct 22, 2024 · 0 comments · Fixed by #40
Closed

Circular CLI import #41

biosafetylvl5 opened this issue Oct 22, 2024 · 0 comments · Fixed by #40

Comments

@biosafetylvl5
Copy link
Owner

import brassy.utils.CLI
Traceback (most recent call last):
File "", line 1, in
File "/opt/homebrew/lib/python3.12/site-packages/brassy/utils/CLI.py", line 9, in
import brassy.actions.build_release_notes
File "/opt/homebrew/lib/python3.12/site-packages/brassy/actions/build_release_notes.py", line 4, in
from brassy.brassy import Settings
File "/opt/homebrew/lib/python3.12/site-packages/brassy/brassy.py", line 22, in
run_from_CLI = brassy.utils.CLI.run_from_CLI
^^^^^^^^^^^^^^^^
AttributeError: cannot access submodule 'CLI' of module 'brassy.utils' (most likely due to a circular import)

@biosafetylvl5 biosafetylvl5 linked a pull request Oct 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant