Closed zsol closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.12%. Comparing base (
f6493db
) to head (80a6bf8
). Report is 4 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
remove typing dependencies
Summary: This PR removes the
typing_extensions
andtyping_inspect
dependencies as we can now rely on the built-intyping
module since Python 3.9.Test Plan: existing tests