mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Attempt to fix ungrouped-imports pylint error
This commit is contained in:
parent
66cd8d264e
commit
3d23cd10fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user