Skip to content

Commit f85774e

Browse files
committed
make flake8 happy
1 parent 375bb9c commit f85774e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyfritzhome/fritzhome.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_prefixed_host(self):
154154
else:
155155
return "http://" + host
156156

157-
def update_devices(self, ignore_removed = True):
157+
def update_devices(self, ignore_removed=True):
158158
"""Update the device."""
159159
_LOGGER.info("Updating Devices ...")
160160
if self._devices is None:
@@ -401,7 +401,7 @@ def has_templates(self):
401401
return False
402402
return True
403403

404-
def update_templates(self, ignore_removed = True):
404+
def update_templates(self, ignore_removed=True):
405405
"""Update the template."""
406406
_LOGGER.info("Updating Templates ...")
407407
if self._templates is None:

0 commit comments

Comments
 (0)