Fix - removed unnecessary initialization

This commit is contained in:
Petr Kalis 2022-06-03 10:19:22 +02:00
parent 982552914e
commit 2339e41b4c

View file

@ -1026,9 +1026,6 @@ class SyncServerModule(OpenPypeModule, ITrayModule):
"""
self.server_init()
from .tray.app import SyncServerWindow
self.widget = SyncServerWindow(self)
def server_init(self):
"""Actual initialization of Sync Server."""
# import only in tray or Python3, because of Python2 hosts