Skip to content

Commit 793223a

Browse files
committed
REFAC: Fix import of os in test_admin.py
1 parent bbe6840 commit 793223a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import os
2+
13
import pytest
24
from sqlmodel import select
35
from sqlmodel.ext.asyncio.session import AsyncSession
@@ -11,7 +13,6 @@
1113
TEST_USERNAME = "test_user_crypto"
1214
TEST_EMAIL = "[email protected]"
1315
TEST_PASSWORD = "@SafePassword123"
14-
import os
1516

1617

1718
@pytest.mark.asyncio

0 commit comments

Comments
 (0)