Skip to content

Commit 7ca99f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 1311eaa commit 7ca99f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/vobject/vobject/vcard.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Name:
1414
given: str | list[str] = "",
1515
additional: str | list[str] = "",
1616
prefix: str | list[str] = "",
17-
suffix: str | list[str] = ""
17+
suffix: str | list[str] = "",
1818
) -> None: ...
1919
@staticmethod
2020
def toString(val): ...

0 commit comments

Comments
 (0)