Remove unused import

This commit is contained in:
Luke Murphy 2021-01-15 13:01:31 +01:00
parent a2e7d328f9
commit 5e43ee8a46
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

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: