fix: useless path

This commit is contained in:
Ting-Jun Wang 2024-05-29 18:35:38 +08:00
parent 847b6f8814
commit b7372420bc
Signed by: snsd0805
GPG Key ID: 48D331A3D6160354

View File

@ -1,6 +1,5 @@
import socket
import json
from variables import actions
class ClusterCommunicationModule():
def __init__(self, host, port, node_manager):