Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2025
1 parent 1311eaa commit 7ca99f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/vobject/vobject/vcard.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Name:
given: str | list[str] = "",
additional: str | list[str] = "",
prefix: str | list[str] = "",
suffix: str | list[str] = ""
suffix: str | list[str] = "",
) -> None: ...
@staticmethod
def toString(val): ...
Expand Down

0 comments on commit 7ca99f8

Please sign in to comment.