change imports to pydantic for ForwardRef to avoid crashes on 3.6

This commit is contained in:
collerek
2021-01-12 15:02:10 +01:00
parent 8d619d5fc1
commit fdef91d0c2
4 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,9 @@
# type: ignore
from typing import ForwardRef, List
import databases
import pytest
import sqlalchemy
import sqlalchemy as sa
from pydantic.typing import ForwardRef
from sqlalchemy import create_engine
import ormar