chore: Fix black fmt
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful

This commit is contained in:
Marty Oehme 2023-10-17 22:03:35 +02:00
parent aeb18ae358
commit 5cd5a05062
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 11 additions and 8 deletions

View file

@ -67,7 +67,7 @@ def _add_annots_to_note(
:type formatted_annotations: list[str]
:param git: Flag indicating whether to commit changes to git, defaults to False.
:type git: bool, optional
:param force: Flag indicating whether to force adding annotations even if they
:param force: Flag indicating whether to force adding annotations even if they
already exist, defaults to False.
:type force: bool, optional
"""