From 20ee82d5ac90182b1ff5896179651c345ebaadb9 Mon Sep 17 00:00:00 2001 From: mellobet Date: Mon, 8 Jan 2024 14:40:53 -0300 Subject: [PATCH] chore: removing unused import in client.py --- asterisk/ami/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterisk/ami/client.py b/asterisk/ami/client.py index 42d791c..d9482f1 100644 --- a/asterisk/ami/client.py +++ b/asterisk/ami/client.py @@ -3,7 +3,7 @@ import threading from functools import partial -from .action import Action, LoginAction, LogoffAction, SimpleAction +from .action import Action, LoginAction, LogoffAction from .event import Event, EventListener from .response import Response, FutureResponse from .utils import str, unicode