code cleanups

This commit is contained in:
Pascal Vizeli
2018-04-22 17:44:03 +02:00
parent 808fc0f8b6
commit 8f357739ec
16 changed files with 21 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ from ..const import DOCKER_NETWORK_MASK, DOCKER_NETWORK, DOCKER_NETWORK_RANGE
_LOGGER = logging.getLogger(__name__)
class DockerNetwork(object):
class DockerNetwork:
"""Internal HassIO Network.
This class is not AsyncIO safe!