From 3c069e01e4a8f9318203b34ce881288a29e3e0ee Mon Sep 17 00:00:00 2001 From: grillazz Date: Fri, 18 Mar 2022 08:32:07 +0100 Subject: [PATCH] format --- tests/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 5259e29..1e1f627 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,9 +1,10 @@ import pytest import pytest_asyncio from httpx import AsyncClient + +from the_app.database import engine from the_app.main import app from the_app.models.base import Base -from the_app.database import engine @pytest.fixture(