mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
removed unecessary comment
This commit is contained in:
@ -38,7 +38,6 @@ class SocketObserver(Observer):
|
|||||||
|
|
||||||
|
|
||||||
class Subject:
|
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:
|
def __init__(self, id: str, type_: str, task: Callable) -> None:
|
||||||
self.id = id
|
self.id = id
|
||||||
self.type = type_
|
self.type = type_
|
||||||
|
Reference in New Issue
Block a user