-
Notifications
You must be signed in to change notification settings - Fork 399
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
Resolve a circular import error in obscure configuarations. #711
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot @jhance for the PR!
It looks like you need to approve the workflows |
Ah, I am using the new Github merge thing and the "Approve workflow" button doesn't appear in that version :S |
Do you mind ammending the commit with |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #711 +/- ##
==========================================
- Coverage 92.99% 92.91% -0.08%
==========================================
Files 95 95
Lines 11675 11678 +3
Branches 406 407 +1
==========================================
- Hits 10857 10851 -6
- Misses 818 827 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Head branch was pushed to by a user without write access
a07e6c2
to
a2f2fb2
Compare
Signed-off-by: Jared Hance <[email protected]>
a2f2fb2
to
5c8ec39
Compare
This resolves #704.
It is unclear why this error is specific to obscure configurations or
what is triggering it, but the overhead of fixing it is small anyhow.
We have been using this patch internally to resolve the issue.