We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e516144 commit 28ebb57Copy full SHA for 28ebb57
2 files changed
TODO
@@ -1,10 +1,5 @@
1
TODO: Stop all nodes after each test (to make sure they are stopped if test case fails)
2
3
-TODO: Add Sphinx documentation
4
- Use https://github.com/tox-dev/sphinx-autodoc-typehints
5
-
6
-TODO: Cleanup share after all clients have retrieved it, or after timeout.
7
8
TODO: Type annotations everywhere
9
10
TODO: Check type annotations (in check script and in VSC)
client/client.py
@@ -106,7 +106,6 @@ async def etsi_get_key(
106
"""
107
ETSI QKD 014 V1.1.1 Get key API.
108
109
- # TODO: Make sure that this client is actually the initiator
110
if size is None:
111
size = self._DEFAULT_KEY_SIZE_IN_BITS
112
if size % 8 != 0:
0 commit comments