We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0ab6 commit e2b30bbCopy full SHA for e2b30bb
code/function/fastapp/core/config.py
@@ -1,7 +1,7 @@
1
import logging
2
3
-from pydantic_settings import BaseSettings
4
from pydantic import Field
+from pydantic_settings import BaseSettings
5
6
7
class Settings(BaseSettings):
0 commit comments