diff --git a/fastapi_users/db/ormar.py b/fastapi_users/db/ormar.py index 878e258a..8cd02e1a 100644 --- a/fastapi_users/db/ormar.py +++ b/fastapi_users/db/ormar.py @@ -1,4 +1,4 @@ -from typing import cast, Any, List, Optional, Type +from typing import Any, List, Optional, Type, cast import ormar from ormar.exceptions import NoMatch