Skip to content

Commit aee0417

Browse files
author
Amine Aherbil
committed
Add docstrings to SocketLogger and SocketListener classes
1 parent 86d8705 commit aee0417

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ftio/gui/socket_listener.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ class SocketListener:
6161
"""
6262

6363
def __init__(
64-
self, host: str = "localhost", port: int = 9999, data_callback: Callable | None = None
64+
self,
65+
host: str = "localhost",
66+
port: int = 9999,
67+
data_callback: Callable | None = None,
6568
):
6669
"""Initialize the socket listener with connection parameters.
6770

0 commit comments

Comments
 (0)