removed unecessary comment

This commit is contained in:
Karma Riuk
2025-05-18 22:58:22 +02:00
parent dca544c5aa
commit a621c394a6

View File

@ -38,7 +38,6 @@ class SocketObserver(Observer):
class Subject:
# TODO: maybe have a process or thread pool here to implement the queue
def __init__(self, id: str, type_: str, task: Callable) -> None:
self.id = id
self.type = type_