We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad075d3 commit 01bb3f6Copy full SHA for 01bb3f6
yoti_python_sdk/multivalue.py
@@ -1,9 +1,10 @@
1
# -*- coding: utf-8 -*-
2
-from yoti_python_sdk import attribute_parser
3
from yoti_python_sdk.protobuf import protobuf
4
5
6
def parse(multi_value_bytes):
+ from yoti_python_sdk import attribute_parser # needed here (and not above) for Python 2.7 & 3.4 dependency handling
7
+
8
proto = protobuf.Protobuf()
9
multi_value_list = []
10
parsed_multi_value = proto.multi_value(multi_value_bytes)
0 commit comments