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 356bfb2 commit 258b3ffCopy full SHA for 258b3ff
infrahub_sdk/spec/object.py
@@ -8,7 +8,7 @@
8
9
10
class InfrahubObjectFileData(BaseModel):
11
- kind: str | None = None
+ kind: Optional[str] = None
12
data: list[dict[str, Any]] = Field(default_factory=list)
13
14
@classmethod
0 commit comments