fixed missing import
This commit is contained in:
parent
b105e5e8fc
commit
df374a9d3a
@ -27,6 +27,7 @@ from operator import attrgetter
|
||||
from asyncio import timeout, TaskGroup, create_task
|
||||
from .connection import ConnectionInterface
|
||||
import logging
|
||||
from typing import Callable
|
||||
|
||||
|
||||
class AgentManagerInterface(ServiceInterface):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user