Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed May 13, 2020
1 parent cdc6809 commit 4fec772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/wiffi/config_flow.py
Expand Up @@ -9,6 +9,7 @@

from homeassistant import config_entries
from homeassistant.const import CONF_PORT
from homeassistant.core import callback

from .const import DEFAULT_PORT, DOMAIN # pylint: disable=unused-import

Expand Down

0 comments on commit 4fec772

Please sign in to comment.