Skip to content

Commit e2b30bb

Browse files
committed
lint
1 parent eed0ab6 commit e2b30bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/function/fastapp/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22

3-
from pydantic_settings import BaseSettings
43
from pydantic import Field
4+
from pydantic_settings import BaseSettings
55

66

77
class Settings(BaseSettings):

0 commit comments

Comments
 (0)