Skip to content

Commit 1a18728

Browse files
committed
fix order
1 parent 2410cd9 commit 1a18728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
from pydantic import (
66
AnyUrl,
77
BeforeValidator,
8+
EmailStr,
89
HttpUrl,
910
PostgresDsn,
1011
computed_field,
1112
model_validator,
12-
EmailStr,
1313
)
1414
from pydantic_core import MultiHostUrl
1515
from pydantic_settings import BaseSettings, SettingsConfigDict

0 commit comments

Comments
 (0)