Skip to content

Commit 28ebb57

Browse files
committed
Remove TODOs
1 parent e516144 commit 28ebb57

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

TODO

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
TODO: Stop all nodes after each test (to make sure they are stopped if test case fails)
22

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-
83
TODO: Type annotations everywhere
94

105
TODO: Check type annotations (in check script and in VSC)

client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ async def etsi_get_key(
106106
"""
107107
ETSI QKD 014 V1.1.1 Get key API.
108108
"""
109-
# TODO: Make sure that this client is actually the initiator
110109
if size is None:
111110
size = self._DEFAULT_KEY_SIZE_IN_BITS
112111
if size % 8 != 0:

0 commit comments

Comments
 (0)