forked from M-Labs/artiq
artiq_influxdb: Unbreak after verbosity_args rename
This fixes commit f2c1d32e54
.
This commit is contained in:
parent
48fc175a6b
commit
f3323a35d5
|
@ -12,7 +12,7 @@ import numpy as np
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
|
||||||
from artiq.tools import (
|
from artiq.tools import (
|
||||||
simple_network_args, verbosity_args, atexit_register_coroutine,
|
simple_network_args, add_common_args, atexit_register_coroutine,
|
||||||
bind_address_from_args, init_logger, TaskObject
|
bind_address_from_args, init_logger, TaskObject
|
||||||
)
|
)
|
||||||
from artiq.protocols.sync_struct import Subscriber
|
from artiq.protocols.sync_struct import Subscriber
|
||||||
|
|
Loading…
Reference in New Issue