We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66020b commit a6103f9Copy full SHA for a6103f9
infrahub_sdk/yaml.py
@@ -1,6 +1,7 @@
1
from enum import Enum
2
from pathlib import Path
3
-from typing import Optional, Self
+from typing import Optional
4
+from typing_extensions import Self
5
6
import yaml
7
from pydantic import BaseModel, Field
0 commit comments