Add punctuation to docstrings
This commit is contained in:
parent
4dc41bb008
commit
80beeea07b
34 changed files with 232 additions and 235 deletions
|
|
@ -13,5 +13,5 @@ class MockAutoFocusThing:
|
|||
mock_call_count = {"looping_autofocus": 0}
|
||||
|
||||
def looping_autofocus(self, dz: int = 2000, start: str = "centre") -> None: # noqa: ARG002
|
||||
"""Mock autofocus with no return"""
|
||||
"""Mock autofocus with no return."""
|
||||
self.mock_call_count["looping_autofocus"] += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue