mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
sort imports according to PEP8 for auth (#29619)
This commit is contained in:
committed by
Franck Nijhof
parent
fa00808f6c
commit
6ad3b6426a
@@ -1,9 +1,9 @@
|
||||
"""Helpers to resolve client ID/secret."""
|
||||
import logging
|
||||
import asyncio
|
||||
from ipaddress import ip_address
|
||||
from html.parser import HTMLParser
|
||||
from urllib.parse import urlparse, urljoin
|
||||
from ipaddress import ip_address
|
||||
import logging
|
||||
from urllib.parse import urljoin, urlparse
|
||||
|
||||
import aiohttp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user