You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: