Skip to content

Commit e3c7d6f

Browse files
committed
Add None for username
1 parent 9b7ffea commit e3c7d6f

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
@@ -69,7 +69,7 @@ async def add(
6969
name: str,
7070
location: str,
7171
description: str = "",
72-
username: str = "",
72+
username: str | None = None,
7373
password: str = "",
7474
ref: str = "",
7575
read_only: bool = False,

0 commit comments

Comments
 (0)