Skip to content

Fix circular import issue#894

Merged
ZackAttack614 merged 1 commit intomasterfrom
circular-typing-issue
Feb 17, 2026
Merged

Fix circular import issue#894
ZackAttack614 merged 1 commit intomasterfrom
circular-typing-issue

Conversation

@ZackAttack614
Copy link
Collaborator

Overview

This resolves a circular import error when adding type annotations to HEDM config.

Resolves #893

@ZackAttack614 ZackAttack614 merged commit f40f031 into master Feb 17, 2026
8 of 9 checks passed
@ZackAttack614 ZackAttack614 deleted the circular-typing-issue branch February 17, 2026 20:33
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.18%. Comparing base (f6268a2) to head (4afe18d).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #894      +/-   ##
==========================================
- Coverage   69.41%   69.18%   -0.23%     
==========================================
  Files         148      148              
  Lines       22590    22590              
==========================================
- Hits        15680    15629      -51     
- Misses       6910     6961      +51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

circular import caused by python typing in confg

2 participants