Skip to content

Commit

Permalink
Removed pylint:disable=unused-import (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
iprak authored Aug 26, 2024
1 parent 4405642 commit 85f3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/weatherapi/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from homeassistant.data_entry_flow import FlowResult
import homeassistant.helpers.config_validation as cv

from .const import ( # pylint:disable=unused-import
from .const import (
CONFIG_ADD_SENSORS,
CONFIG_FORECAST,
CONFIG_IGNORE_PAST_HOUR,
Expand Down

0 comments on commit 85f3e85

Please # to comment.