Skip to content
Snippets Groups Projects
Commit 5b51f682 authored by Robbie Trencheny's avatar Robbie Trencheny
Browse files

Remove unnecessary disable=no-name-in-module

parent 41c3f695
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,7 @@ def setup(hass, config):
"""Register a port mapping for Home Assistant via UPnP."""
import miniupnpc
# Miniupnpc dynamically includes UPnP
# pylint: disable=no-name-in-module, no-member
# pylint: disable=no-member
upnp = miniupnpc.UPnP()
upnp.discoverdelay = 200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment