mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unused import
This commit is contained in:
parent
9b43fcb2c8
commit
f55c2f44a0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import asyncio
|
|||
import aiohttp
|
||||
from aiohttp_json_rpc import JsonRpc
|
||||
from aiohttp_json_rpc.protocol import (
|
||||
encode_request, encode_error, decode_msg, JsonRpcMsgTyp
|
||||
encode_error, decode_msg, JsonRpcMsgTyp
|
||||
)
|
||||
from aiohttp_json_rpc.exceptions import RpcError
|
||||
from .workers import Worker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue