Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion homeassistant/components/device_tracker/mikrotik.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __init__(self, config):

def connect_to_device(self):
"""Connect to Mikrotik method."""
# pylint: disable=import-error
import librouteros
try:
self.client = librouteros.connect(
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/eufy.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

def setup(hass, config):
"""Set up Eufy devices."""
# pylint: disable=import-error
import lakeside

if CONF_USERNAME in config[DOMAIN] and CONF_PASSWORD in config[DOMAIN]:
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/light/eufy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class EufyLight(Light):

def __init__(self, device):
"""Initialize the light."""
# pylint: disable=import-error
import lakeside

self._temp = None
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/switch/eufy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class EufySwitch(SwitchDevice):

def __init__(self, device):
"""Initialize the light."""
# pylint: disable=import-error
import lakeside

self._state = None
Expand Down