lint code

This commit is contained in:
grillazz
2025-03-08 17:26:09 +01:00
parent 21de7e2dfc
commit 8f96c8a472
14 changed files with 28 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
import pytest
from httpx import AsyncClient, ASGITransport
from httpx import ASGITransport, AsyncClient
from app.database import engine
from app.main import app