epics-containers / pvi

EPICS PV Interface described in YAML
https://epics-containers.github.io/pvi
Apache License 2.0
4 stars 3 forks source link

Remove future annotations to fix issue with ClassVar ForwardRef #137

Closed GDYendell closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.36%. Comparing base (6fb6b50) to head (efc9a02).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ========================================== - Coverage 91.36% 91.36% -0.01% ========================================== Files 23 23 Lines 1471 1470 -1 ========================================== - Hits 1344 1343 -1 Misses 127 127 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

GDYendell commented 1 month ago

Fixed in https://github.com/pydantic/pydantic/pull/10347