Closed mikenerone closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2acb0b3
) 99.74% compared to head (b51d10e
) 99.74%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
RTD error is fixed on master. Black error is because the CI is picking up prerelease 24.1a1, probably not worth fixing right now. Thanks for the PR!
Pyright and Mypy both emit errors when using greenback's top-level symbols because they aren't recognized as public. Example pyright error:
trio.py
:Error:
This branch changes those top-level imports to the redundant
from X import A as A
form to flag that the symbols are public.