Skip to content

Fix circular self-import in River_imply#3

Open
River-Qinghao wants to merge 1 commit intomainfrom
codex/fix-circular-import-in-river_imply
Open

Fix circular self-import in River_imply#3
River-Qinghao wants to merge 1 commit intomainfrom
codex/fix-circular-import-in-river_imply

Conversation

@River-Qinghao
Copy link
Contributor

Motivation

  • Remove erroneous self-imports that caused a circular import and the "partially initialized module" ImportError when importing River_imply from tests or other modules.

Description

  • Deleted from River_imply import Journal, Category, Area and from River_imply import JournalQueryHandler, CategoryQueryHandler from the top of River_imply.py so classes and handlers in the same file are referenced directly.

Testing

  • No automated tests were run for this change (not requested).

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant