Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl committed Nov 18, 2020
1 parent 5de1197 commit 76ae839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/shopping_list/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from homeassistant import config_entries
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
from homeassistant.core import callback
from homeassistant.helpers import config_validation as cv
import voluptuous as vol

from .bring import BringApi
Expand Down

0 comments on commit 76ae839

Please sign in to comment.