Skip to content

Commit 0abfe77

Browse files
Zero-diff to trigger build
1 parent 9c857e6 commit 0abfe77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmapi/cmapi_server/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Module with helpers functions.
22
3-
TODO: remove NodeConfig usage and move to arguments (eg. nc or root)
3+
TODO: remove NodeConfig usage and move to arguments (eg. nc or root)
44
"""
55

66
import asyncio
@@ -35,7 +35,7 @@
3535

3636

3737
def get_id() -> int:
38-
"""Generate pseudo random id for transaction.
38+
"""Generate pseudo-random id for transaction.
3939
4040
:return: id for internal transaction
4141
:rtype: int

0 commit comments

Comments
 (0)