Skip to content

Commit a5a9ed9

Browse files
committed
Format fixes
1 parent f39851c commit a5a9ed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_utilities.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ def class_method(self):
2020
return self
2121

2222
def class_method_oneline(self):
23-
"""One line docstring.
24-
"""
23+
"""One line docstring."""
2524
return self
2625

2726
def class_method_no_docstring(self):

0 commit comments

Comments
 (0)