Skip to content

Commit 554b9f0

Browse files
committed
PEP 8 code styling
1 parent 45e865d commit 554b9f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

quirc/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
except ImportError:
1313
from PIL import Image
1414

15+
1516
class Code(object):
1617
"""Structure for storing extracted QR code data"""
1718

@@ -28,6 +29,7 @@ def __init__(self, corners, size, version, ecc_level, data_type, text):
2829
def __repr__(self):
2930
return self.text
3031

32+
3133
def decode(image):
3234
"""Recognize image and return generator with all the available QR codes
3335

0 commit comments

Comments
 (0)