mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
protocols/pc_rpc: add missing import
This commit is contained in:
parent
52de6311a4
commit
b700f591f1
@ -18,6 +18,7 @@ import threading
|
||||
import time
|
||||
import logging
|
||||
import inspect
|
||||
from operator import itemgetter
|
||||
|
||||
from artiq.protocols import pyon
|
||||
from artiq.protocols.asyncio_server import AsyncioServer as _AsyncioServer
|
||||
|
Loading…
Reference in New Issue
Block a user