mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Attempt to fix ungrouped-imports pylint error
This commit is contained in:
@@ -25,10 +25,9 @@ import time
|
|||||||
import queue
|
import queue
|
||||||
import socket
|
import socket
|
||||||
import io
|
import io
|
||||||
import struct
|
|
||||||
import ipaddress
|
import ipaddress
|
||||||
import colorsys
|
import colorsys
|
||||||
|
import struct
|
||||||
from struct import pack
|
from struct import pack
|
||||||
from enum import IntEnum
|
from enum import IntEnum
|
||||||
from homeassistant.helpers.event import track_time_change
|
from homeassistant.helpers.event import track_time_change
|
||||||
|
Reference in New Issue
Block a user