mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-29 12:40:19 +01: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…
x
Reference in New Issue
Block a user