fix import in global commands

This commit is contained in:
Jakub Trllo 2022-08-25 18:04:37 +02:00
parent e2c83c1426
commit 971ae6d1ed

View file

@ -61,8 +61,8 @@ class PypeCommands:
@staticmethod
def launch_webpublisher_webservercli(*args, **kwargs):
from openpype.hosts.webpublisher.webserver_service.webserver_cli \
import (run_webserver)
from openpype.hosts.webpublisher.webserver_service import run_webserver
return run_webserver(*args, **kwargs)
@staticmethod