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

fix: circular import in main modules - #33

Open
ChanceNCounter wants to merge 1 commit into
HelloChatterbox:devfrom
ChanceNCounter:fix/circular-import-in-parse
Open

fix: circular import in main modules#33
ChanceNCounter wants to merge 1 commit into
HelloChatterbox:devfrom
ChanceNCounter:fix/circular-import-in-parse

Conversation

@ChanceNCounter

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants