Skip to content

Commit 12a626f

Browse files
author
Dominick N
committed
compat(ci): import Self from typing_extensions for py3.10 prestart
1 parent 886a0fb commit 12a626f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/app/core/config.py

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

56
from pydantic import (
67
AnyUrl,

0 commit comments

Comments
 (0)