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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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