From 9d94ae4b283b18ade70317aa0abc002307c45c0a Mon Sep 17 00:00:00 2001 From: "regicidal.plutophage" <36969337+regicidalplutophage@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:58:13 +0300 Subject: [PATCH] lint --- kmk/bootcfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmk/bootcfg.py b/kmk/bootcfg.py index 927b2de41..8750a327b 100644 --- a/kmk/bootcfg.py +++ b/kmk/bootcfg.py @@ -85,12 +85,12 @@ def bootcfg( import usb_cdc usb_cdc.enable(data=True) - + # sense not provided -> Skip boot configuration that may disable debug or # rescue facilities. if sense is None: return False - + # sense pulled low -> Skip boot configuration that may disable debug or # rescue facilities. if not sense.value: