Fix aurora import order (#30606)

This commit is contained in:
Martin Hjelmare
2020-01-09 10:25:03 +01:00
committed by GitHub
parent 290043aed6
commit 9ebf5ea413

View File

@@ -1,7 +1,7 @@
"""Support for aurora forecast data sensor."""
from datetime import timedelta
from math import floor
import logging
from math import floor
from aiohttp.hdrs import USER_AGENT
import requests