mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-2815 - added missed import for PS
This commit is contained in:
parent
8a3be30141
commit
7c34eb7331
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue