added docstrings to all functions and classes

This commit is contained in:
tomaae 2019-12-05 20:42:14 +01:00
parent d1f8a7f56b
commit b2c268a1c0
3 changed files with 33 additions and 17 deletions

View file

@ -40,8 +40,9 @@ def configured_instances(hass):
# MikrotikControllerConfigFlow
# ---------------------------
class MikrotikControllerConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""MikrotikControllerConfigFlow class"""
def __init__(self):
"""Initialize."""
"""Initialize MikrotikControllerConfigFlow."""
return
@staticmethod