Remove unused import

This commit is contained in:
2021-01-15 13:01:31 +01:00
parent a2e7d328f9
commit 5e43ee8a46

View File

@ -13,7 +13,6 @@ from sys import exit, stdout
from humanize import naturaldelta
from slixmpp import ClientXMPP
from slixmpp.exceptions import XMPPError
class SimpleMessage: