mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix aurora import order (#30606)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user