OP-2815 - added missed import for PS

This commit is contained in:
Petr Kalis 2022-03-11 14:43:26 +01:00
parent 8a3be30141
commit 7c34eb7331

View file

@ -2,12 +2,11 @@
Stub handling connection from server to client.
Used anywhere solution is calling client methods.
"""
import sys
import json
import attr
from wsrpc_aiohttp import WebSocketAsync
from avalon.tools.webserver.app import WebServerTool
from openpype.tools.adobe_webserver.app import WebServerTool
@attr.s