remove unused imports

This commit is contained in:
Andreas Zweili 2019-02-03 21:36:37 +01:00
parent 8ddf7dbae6
commit e4848911d7
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ import os
import sys
import subprocess
from time import strftime
from unittest.mock import MagicMock
from unittest import TestCase
from PyQt5.QtWidgets import QApplication