quantum-flows 0.1.10__py3-none-any.whl → 0.1.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quantum_flows/quantum_flows.py +1 -1
- {quantum_flows-0.1.10.dist-info → quantum_flows-0.1.11.dist-info}/METADATA +1 -1
- quantum_flows-0.1.11.dist-info/RECORD +6 -0
- quantum_flows-0.1.10.dist-info/RECORD +0 -6
- {quantum_flows-0.1.10.dist-info → quantum_flows-0.1.11.dist-info}/LICENSE +0 -0
- {quantum_flows-0.1.10.dist-info → quantum_flows-0.1.11.dist-info}/WHEEL +0 -0
quantum_flows/quantum_flows.py
CHANGED
|
@@ -546,7 +546,7 @@ In case the service has been recently started please wait 5 minutes for it to be
|
|
|
546
546
|
display(
|
|
547
547
|
HTML(
|
|
548
548
|
f"<p>Please click to authenticate: "
|
|
549
|
-
f'<a href="{auth_url}" target="_blank">
|
|
549
|
+
f'<a href="{auth_url}" target="_blank">{auth_url}</a></p>'
|
|
550
550
|
)
|
|
551
551
|
)
|
|
552
552
|
auth_code = self._get_authentication_code()
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
quantum_flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
quantum_flows/quantum_flows.py,sha256=hlshJvhWb8ZVQg_UPGyE5JutrQ_NKf_uwpx1ILmAtoM,38666
|
|
3
|
+
quantum_flows-0.1.11.dist-info/LICENSE,sha256=IMxjvLtrzufAKrJSQ5u9vkcL3LbqJnOU8He5HXDet3Q,1077
|
|
4
|
+
quantum_flows-0.1.11.dist-info/METADATA,sha256=7C5iNTQ7WNcxGDoykmX2rqFGCBJsjNiu5vcclddzcpg,1063
|
|
5
|
+
quantum_flows-0.1.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
6
|
+
quantum_flows-0.1.11.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
quantum_flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
quantum_flows/quantum_flows.py,sha256=GvazvIGMrbNB34vPy3hJloJqnGK00u3JkvZATVJNi9M,38685
|
|
3
|
-
quantum_flows-0.1.10.dist-info/LICENSE,sha256=IMxjvLtrzufAKrJSQ5u9vkcL3LbqJnOU8He5HXDet3Q,1077
|
|
4
|
-
quantum_flows-0.1.10.dist-info/METADATA,sha256=yMqFQE7GYiREyFDI6R1czpyUVO6O2KFT0KcpeBathNQ,1063
|
|
5
|
-
quantum_flows-0.1.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
6
|
-
quantum_flows-0.1.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|