Skip to content

Commit 7424d4a

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_zen.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33

44
def test_zen_of_python():
5-
assert zen_of_python() == (
6-
"""The Zen of Python, by Tim Peters
5+
assert zen_of_python() == ("""The Zen of Python, by Tim Peters
76
87
Beautiful is better than ugly.
98
Explicit is better than implicit.
@@ -24,5 +23,4 @@ def test_zen_of_python():
2423
If the implementation is hard to explain, it's a bad idea.
2524
If the implementation is easy to explain, it may be a good idea.
2625
Namespaces are one honking great idea -- let's do more of those!
27-
"""
28-
)
26+
""")

0 commit comments

Comments
 (0)