- PEP8 changes and PyCharm suggestions

This commit is contained in:
Marius Stanciu
2020-11-12 20:47:43 +02:00
committed by Marius Stanciu
parent 9abe11ff42
commit dea7ce3028
63 changed files with 527 additions and 659 deletions

View File

@@ -1,6 +1,5 @@
from PyQt5 import QtCore
from appWorker import Worker
import multiprocessing
class WorkerStack(QtCore.QObject):