Skip to content

Commit 4c169a5

Browse files
committed
fix tests
1 parent fb4ae66 commit 4c169a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/utils/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
log = get_logger(__name__)
1818

19-
ZEN_OF_PYTHON = """\
19+
ZEN_OF_PYTHON = """
2020
Beautiful is better than ugly.
2121
Explicit is better than implicit.
2222
Simple is better than complex.
@@ -36,7 +36,7 @@
3636
If the implementation is hard to explain, it's a bad idea.
3737
If the implementation is easy to explain, it may be a good idea.
3838
Namespaces are one honking great idea -- let's do more of those!
39-
"""
39+
""".strip()
4040
LEADS_AND_COMMUNITY = (Roles.project_leads, Roles.domain_leads, Roles.partners, Roles.python_community)
4141

4242

0 commit comments

Comments
 (0)