Skip to content

Commit 0e11cfe

Browse files
Apply formatting changes to test_aro_user.py
1 parent 3ac153b commit 0e11cfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python_test/test_tables/test_aro_user.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from gs.backend.data.tables.aro_user_tables import AROUsers
2-
from sqlmodel import Session, select
31
import pytest
2+
from gs.backend.data.tables.aro_user_tables import AROUsers
43
from pydantic import ValidationError
4+
from sqlmodel import Session, select
5+
56

67
# TODO: Add call sign validation tests
78
def test_users_data_basic(db_session: Session):

0 commit comments

Comments
 (0)