Skip to content

Commit 88a66b1

Browse files
committed
refactor: remove unused import from conftest.py
1 parent adecd85 commit 88a66b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
from collections.abc import AsyncGenerator
2-
from types import SimpleNamespace
32
from typing import Any
43

54
import pytest
65
from httpx import ASGITransport, AsyncClient
76
from sqlalchemy import text
87
from sqlalchemy.exc import ProgrammingError
98

10-
from app.database import engine, test_engine, get_test_db, get_db
9+
from app.database import engine, get_db, get_test_db, test_engine
1110
from app.main import app
1211
from app.models.base import Base
1312
from app.redis import get_redis

0 commit comments

Comments
 (0)