Upgrade pydocstyle to 5.0.1 (#29830)
* Upgrade pydocstyle to 5.0.1 http://www.pydocstyle.org/en/5.0.1/release_notes.html * Pydocstyle and other docstring fixes
This commit is contained in:
parent
3ed1738f76
commit
a12cf7211d
24 changed files with 33 additions and 33 deletions
|
@ -154,7 +154,7 @@ class PerSecondUPnPIGDSensor(UpnpSensor):
|
|||
"""Abstract representation of a X Sent/Received per second sensor."""
|
||||
|
||||
def __init__(self, device, direction):
|
||||
"""Initializer."""
|
||||
"""Initialize sensor."""
|
||||
super().__init__(device)
|
||||
self._direction = direction
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue