Skip to content

Commit

Permalink
Remove unused import (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Nov 4, 2023
2 parents 578fd6c + 3f1d9a3 commit e29d779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/nextbike/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/syssi/nextbike/issues",
"requirements": [],
"version": "1.1.0"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion custom_components/nextbike/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.helpers.entity import Entity, async_generate_entity_id
from homeassistant.helpers.event import async_track_time_interval
from homeassistant.util import distance, location
from homeassistant.util import location
from homeassistant.util.unit_conversion import DistanceConverter
from homeassistant.util.unit_system import METRIC_SYSTEM

Expand Down

0 comments on commit e29d779

Please sign in to comment.