Fix aurora import order (#30606)
This commit is contained in:
parent
290043aed6
commit
9ebf5ea413
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue