Code: Delete unneeded code & fixed some typos

This commit is contained in:
2022-12-21 08:45:14 -06:00
parent cfc8221825
commit c278fba4c7
4 changed files with 2 additions and 38 deletions

View File

@@ -15,7 +15,6 @@ from pubsub import pub
from mysc.thread_utils import call_threaded
from sessions import base
from sessions.mastodon import utils, streaming
from .wxUI import authorisationDialog
log = logging.getLogger("sessions.mastodonSession")