Skip to content

Commit d496373

Browse files
committed
Run pre-commit
1 parent 8d4517a commit d496373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_miniqr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ def _create_bytes(buffer, rs_blocks):
296296
ecdata = [0] * len(rs_blocks)
297297

298298
for r, block in enumerate(rs_blocks):
299-
300299
dc_count = block["data"]
301300
ec_count = block["total"] - dc_count
302301

@@ -375,6 +374,7 @@ class QRUtil:
375374
G15 = 0b10100110111
376375
G18 = 0b1111100100101
377376
G15_MASK = 0b101010000010010
377+
378378
# pylint: disable=invalid-name
379379
@staticmethod
380380
def get_BCH_type_info(data):

0 commit comments

Comments
 (0)