Skip to content

Commit a6103f9

Browse files
committed
Move Self to typing extension
1 parent c66020b commit a6103f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrahub_sdk/yaml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from enum import Enum
22
from pathlib import Path
3-
from typing import Optional, Self
3+
from typing import Optional
4+
from typing_extensions import Self
45

56
import yaml
67
from pydantic import BaseModel, Field

0 commit comments

Comments
 (0)