mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Minor code style improvement to the HID bootloader Python script.
This commit is contained in:
parent
9fc655f438
commit
368c9af784
@ -20,7 +20,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import pywinusb.hid as hid
|
from pywinusb import hid
|
||||||
from intelhex import IntelHex
|
from intelhex import IntelHex
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user