Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 3, 2026

The models/rfd3/src/rfd3/constants.py module was incorrectly importing TIP_BY_RESTYPE from its own rfd3.constants namespace instead of from the canonical foundry.constants module where it's defined.

Changes

  • Updated import statement in models/rfd3/src/rfd3/constants.py to use from foundry.constants import TIP_BY_RESTYPE
  • Verified no other stray imports from rfd3 exist in the src/foundry directory

This ensures the rfd3 module correctly references the foundry package's constant definitions rather than creating circular dependencies.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix stray rfd3 import from src Fix stray rfd3 import from src Jan 3, 2026
Copilot AI requested a review from Ubiquinone-dot January 3, 2026 22:26
Base automatically changed from Update-import-statement-for-constants-module to production January 3, 2026 22:31
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.

2 participants