Skip to content

Commit ddde326

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1256337 commit ddde326

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testing/test_doctest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,12 +730,11 @@ def test_unicode_doctest(self, pytester: Pytester):
730730
test_unicode_doctest="""
731731
.. doctest::
732732
733-
>>> print(
734-
... "Hi\\n\\nByé")
733+
>>> print("Hi\\n\\nByé")
735734
Hi
736735
...
737736
Byé
738-
>>> 1/0 # Byé
737+
>>> 1 / 0 # Byé
739738
1
740739
"""
741740
)

0 commit comments

Comments
 (0)