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

fix: circular import in main modules #33

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ChanceNCounter
Copy link

Attempting to populate the localized function dictionary at the top, when language modules are already loaded, results in a circular import. The localized modules attempt to refer back to their parents during the import-and-crawl phrase.

Populating the dictionaries at the bottom of the files doesn't break any tests, but it does stop the error.

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 this pull request may close these issues.

3 participants