mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-15 05:50:43 +08:00
Adjust import order
This commit is contained in:
parent
626460e156
commit
a69aa42ce7
@ -58,7 +58,7 @@ import secrets
|
||||
import socket
|
||||
import struct
|
||||
import threading
|
||||
from typing import Callable, Optional, final, Coroutine, Any
|
||||
from typing import Any, Callable, Coroutine, Optional, final
|
||||
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
|
||||
from cryptography.hazmat.primitives import padding
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
|
||||
@ -52,7 +52,7 @@ import socket
|
||||
from dataclasses import dataclass
|
||||
from enum import Enum, auto
|
||||
import subprocess
|
||||
from typing import Callable, Optional, Coroutine
|
||||
from typing import Callable, Coroutine, Optional
|
||||
import psutil
|
||||
import ipaddress
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user