mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-01 18:54:13 +03:00
Ensure consistent division.
This commit is contained in:
parent
ecff4646a5
commit
8b45bd941b
@ -31,6 +31,8 @@ and the input will thus have to be without any errors. Only supports numeric,
|
||||
alphanumeric and byte encodings.
|
||||
"""
|
||||
|
||||
from __future__ import division
|
||||
|
||||
__all__ = ['decode_qr_data']
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
Given an image, locates and parses the pixel data in QR codes.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from __future__ import division
|
||||
from yubioath.yubicommon.compat import byte2int
|
||||
from collections import namedtuple
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user