Restructured text fixes so that pydoctor would return without an error
This commit is contained in:
parent
58b056988a
commit
a84a916719
31 changed files with 269 additions and 256 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
|
||||
"""This function mocks 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