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