Skip to content

Commit cec2357

Browse files
committed
chore: To test workflows
1 parent 646f168 commit cec2357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rmqrcode/rmqrcode.py

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def fit(data,ecc=ErrorCorrectionLevel.M, fit_strategy=FitStrategy.BALANCED):
6060

6161
qr = rMQR(selected['version'], ecc)
6262
qr.make(data)
63-
raise DataTooLongError
6463
return qr
6564

6665

0 commit comments

Comments
 (0)