forked from M-Labs/artiq
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