Adjust docstrings for ruff D404 (#89077)

This commit is contained in:
epenet 2023-03-03 11:26:13 +01:00 committed by GitHub
parent a5cf8210ae
commit 4a3c0cd0a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 79 additions and 79 deletions

View file

@ -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."""