Skip to content

Commit

Permalink
removed unused import for TEMP_CELSIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaWindeler committed Jan 7, 2024
1 parent 32f5646 commit 5e02a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/ytube_music_player/sensor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Platform for sensor integration."""
import logging
from homeassistant.const import TEMP_CELSIUS
from homeassistant.helpers.entity import Entity
from homeassistant.exceptions import NoEntitySpecifiedError
from . import DOMAIN
Expand Down

0 comments on commit 5e02a93

Please sign in to comment.