Skip to content

Commit 7645395

Browse files
🎨 Auto format and update with pre-commit
1 parent 12a626f commit 7645395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import secrets
22
import warnings
33
from typing import Annotated, Any, Literal
4-
from typing_extensions import Self
54

65
from pydantic import (
76
AnyUrl,
@@ -13,6 +12,7 @@
1312
model_validator,
1413
)
1514
from pydantic_settings import BaseSettings, SettingsConfigDict
15+
from typing_extensions import Self
1616

1717

1818
def parse_cors(v: Any) -> list[str] | str:

0 commit comments

Comments
 (0)