Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb27 committed Jul 22, 2021
1 parent f39851c commit a5a9ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def class_method(self):
return self

def class_method_oneline(self):
"""One line docstring.
"""
"""One line docstring."""
return self

def class_method_no_docstring(self):
Expand Down

0 comments on commit a5a9ed9

Please sign in to comment.