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
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and lafrech committed Mar 3, 2025
1 parent 75a8322 commit 0ec33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_load_info_from_docstring(self):
== {
"summary": "Summary\nTwo-line summary is possible.",
"description": (
"Long description\nReally long description\n---\n" "Ignore this."
"Long description\nReally long description\n---\nIgnore this."
),
}
)

0 comments on commit 0ec33db

Please sign in to comment.