From 5258c247625851ab573d1bc215d26d2dac7ca058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 4 Mar 2021 17:50:37 +0100 Subject: [PATCH] Apply black --- fastapi_users/db/ormar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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