From ee41358e80ffe0bfd1bf72d02b1c0bb130982991 Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Fri, 25 Dec 2020 11:42:55 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- PyBlock.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PyBlock.py b/PyBlock.py index 17907e7..7e7c695 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -200,8 +200,6 @@ def design(): a = b output = render(str(b), colors=[settingsClock['colorA'], settingsClock['colorB']], align='center') print(output) - elif x == a: - pass #--------------------------------- Hex Block Decoder Functions -------------------------------------