Don’t import Form (fixup from b3ed6cf44d)

This commit is contained in:
Emmanuel Gil Peyrot 2020-12-12 18:39:33 +01:00
parent 03f18632e9
commit 34ec9e3ee1

View file

@ -31,7 +31,6 @@ log = logging.getLogger(__name__)
if TYPE_CHECKING:
from poezio.core import Core
from poezio.tabs import Tab
from slixmpp.plugins.xep_0004 import Form
NS_MUC_ADMIN = 'http://jabber.org/protocol/muc#admin'