Skip to content

Commit 9388996

Browse files
committed
fix: ruff
1 parent 875868b commit 9388996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/db/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pathlib import Path
2020

2121
import pytest
22-
from sqlalchemy import create_engine, text
22+
from sqlalchemy import create_engine
2323

2424
from application.core.settings import settings
2525

0 commit comments

Comments
 (0)