Skip to content

Commit d5f2d42

Browse files
Merge pull request #4 from tahzeer/3.0
Update import path for BaseSettings
2 parents a0ccbcb + adba788 commit d5f2d42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

openg2p-pbms-bene-portal-api/src/openg2p_pbms_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__

openg2p-pbms-bene-portal-api/src/openg2p_pbms_bene_portal_api/controllers/benefit_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from fastapi import Depends
55
from openg2p_fastapi_auth.auth import AuthFactory
66
from openg2p_fastapi_auth_models.schemas import AuthCredentials
7-
87
from openg2p_fastapi_common.controller import BaseController
98
from openg2p_pbms_models.errors import PBMSException
109
from openg2p_pbms_models.schemas import (

0 commit comments

Comments
 (0)