Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
fix isort
  • Loading branch information
denics authored Nov 2, 2020
1 parent 114ec9f commit 53bf972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/sensehat/sensor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Support for Sense HAT sensors."""
from datetime import timedelta
from pathlib import Path
import logging
from pathlib import Path

from sense_hat import SenseHat
import voluptuous as vol
Expand Down

0 comments on commit 53bf972

Please sign in to comment.