Make collections import one line.

This commit is contained in:
overkill 2021-03-21 17:21:29 -04:00 committed by GitHub
parent c381a5c31b
commit 61cacccbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,7 @@ import re
import sys
import textwrap
import time
from collections import (
OrderedDict, deque
)
from collections import OrderedDict, deque
from io import BytesIO
from qt.core import (
QAction, QApplication, QDialog, QFont, QIcon, QMenu, QSystemTrayIcon, Qt, QTimer,