Skip to content

Commit ad09bf6

Browse files
committed
Use triple double quotes for docstrings (PEP 8)
1 parent e448a3d commit ad09bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_dont_rewrite_existing_implementation(self, app, accept_json):
3737
class MyResponse(app.response_class):
3838
@property
3939
def json(self):
40-
'''What is the meaning of life, the universe and everything?'''
40+
"""What is the meaning of life, the universe and everything?"""
4141
return 42
4242

4343
app.response_class = MyResponse

0 commit comments

Comments
 (0)