Removed old imports used for python 2

This commit is contained in:
2022-02-24 12:43:06 -06:00
parent af4e72ee27
commit 085c9038b5
3 changed files with 1 additions and 3 deletions

View File

@@ -4,12 +4,12 @@ import paths
import time
import logging
import wx
import mastodon
import config
import config_utils
import output
import application
from pubsub import pub
import mastodon
from mysc.thread_utils import call_threaded
from sessions import base
from .wxUI import authorisationDialog