Fix issue with ClassVar parsing (#3403)

* Fix issue with ClassVar parsing

* Fix lint error

* Simplify test

* Fix condition and test
This commit is contained in:
Yurii Karabas
2021-11-19 00:40:15 +02:00
committed by GitHub
parent 8afdaab4ac
commit ee0b2e2153
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix issue when pydantic fail to parse `typing.ClassVar` string type annotation.