Skip to content

Commit fab29f2

Browse files
Merge pull request #101 from tahzeer/2.0
fix: update import path for BaseSettings from common to auth
2 parents 355a262 + 18ba8d2 commit fab29f2

File tree

1 file changed

+1
-1
lines changed
  • openg2p-g2p-bridge-bene-portal-api/src/openg2p_g2p_bridge_bene_portal_api

1 file changed

+1
-1
lines changed

openg2p-g2p-bridge-bene-portal-api/src/openg2p_g2p_bridge_bene_portal_api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from openg2p_fastapi_common.config import Settings as BaseSettings
1+
from openg2p_fastapi_auth.config import Settings as BaseSettings
22
from pydantic_settings import SettingsConfigDict
33

44
from . import __version__

0 commit comments

Comments
 (0)