From bd0689ec4b841440713c3d8ff94fde71ddd4417f Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 7 Apr 2021 23:22:20 -0700 Subject: [PATCH] formatting --- __init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/__init__.py b/__init__.py index fa9e9ae..fe4e782 100644 --- a/__init__.py +++ b/__init__.py @@ -30,4 +30,3 @@ class BC4Blocks: six_value = Entry('6value.png', BC4Block(8, 248, [[0, 1, 2, 3]] * 2 + [[4, 5, 6, 7]] * 2)) eight_value = Entry('8value.png', BC4Block(240, 16, [[0, 1, 2, 3]] * 2 + [[4, 5, 6, 7]] * 2)) -