mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix - removed unnecessary initialization
This commit is contained in:
parent
982552914e
commit
2339e41b4c
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue