Skip to content

Commit 8ffa5de

Browse files
committed
Add optional type
1 parent 7a8508c commit 8ffa5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/ctl/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async def list(
172172
@app.command()
173173
async def init(
174174
dst: Path,
175-
data: Path | None = None,
175+
data: Optional[Path] = None,
176176
_: str = CONFIG_PARAM,
177177
) -> None:
178178
"""Initialize a new Infrahub repository."""

0 commit comments

Comments
 (0)