We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39851c commit a5a9ed9Copy full SHA for a5a9ed9
1 file changed
tests/test_utilities.py
@@ -20,8 +20,7 @@ def class_method(self):
20
return self
21
22
def class_method_oneline(self):
23
- """One line docstring.
24
- """
+ """One line docstring."""
25
26
27
def class_method_no_docstring(self):
0 commit comments