We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0ccbcb + adba788 commit d5f2d42Copy full SHA for d5f2d42
openg2p-pbms-bene-portal-api/src/openg2p_pbms_bene_portal_api/config.py
@@ -1,4 +1,4 @@
1
-from openg2p_fastapi_common.config import Settings as BaseSettings
+from openg2p_fastapi_auth.config import Settings as BaseSettings
2
from pydantic_settings import SettingsConfigDict
3
4
from . import __version__
openg2p-pbms-bene-portal-api/src/openg2p_pbms_bene_portal_api/controllers/benefit_program.py
@@ -4,7 +4,6 @@
from fastapi import Depends
5
from openg2p_fastapi_auth.auth import AuthFactory
6
from openg2p_fastapi_auth_models.schemas import AuthCredentials
7
-
8
from openg2p_fastapi_common.controller import BaseController
9
from openg2p_pbms_models.errors import PBMSException
10
from openg2p_pbms_models.schemas import (
0 commit comments