From 31d173f3d8496cb565ac135e8f28f6a689f53e29 Mon Sep 17 00:00:00 2001 From: Henry Gabryjelski Date: Mon, 23 Aug 2021 15:57:52 -0700 Subject: [PATCH] pylint fix --- Macropad_Hotkeys/macros/minecraft-pe-equip.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Macropad_Hotkeys/macros/minecraft-pe-equip.py b/Macropad_Hotkeys/macros/minecraft-pe-equip.py index fad34ee1f..4f3c0f511 100644 --- a/Macropad_Hotkeys/macros/minecraft-pe-equip.py +++ b/Macropad_Hotkeys/macros/minecraft-pe-equip.py @@ -20,8 +20,6 @@ from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values # As a result, it is probably better to learn on less complex # macro files before attempting to adjust settings in this one. -from adafruit_hid.keycode import Keycode # REQUIRED if using Keycode.* values - DELAY_AFTER_COMMAND = 0.75 DELAY_AFTER_SLASH = 0.80 # required so minecraft has time to bring up command screen DELAY_BEFORE_RETURN = 0.10 # give minecraft time to show all the keys pressed...