Adjust docstrings for ruff D404 (#89077)
This commit is contained in:
parent
a5cf8210ae
commit
4a3c0cd0a8
79 changed files with 79 additions and 79 deletions
|
@ -45,7 +45,7 @@ Device = namedtuple("Device", ["mac", "name"])
|
|||
|
||||
|
||||
class HitronCODADeviceScanner(DeviceScanner):
|
||||
"""This class scans for devices using the CODA's web interface."""
|
||||
"""Scanner for devices using the CODA's web interface."""
|
||||
|
||||
def __init__(self, config):
|
||||
"""Initialize the scanner."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue