Skip to content

Commit

Permalink
Adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliuwk1019 committed Sep 24, 2024
1 parent 642cbf8 commit 7c98719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/testspg/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pytest
import starlette
import testcontainers.compose
from api.app.models.model import FamUser
from api.app.schemas.fam_user import FamUserSchema
from Crypto.PublicKey import RSA
from fastapi.testclient import TestClient
Expand All @@ -23,6 +22,7 @@
ERROR_CODE_TERMS_CONDITIONS_REQUIRED, UserType)
from api.app.crud import crud_user, crud_utils
from api.app.main import apiPrefix, app
from api.app.models.model import FamUser
from api.app.routers.router_guards import (
enforce_bceid_terms_conditions_guard, get_current_requester,
get_verified_target_user)
Expand Down

0 comments on commit 7c98719

Please sign in to comment.