Removed unused import from global settings test

This commit is contained in:
Marta Marczykowska-Górecka 2018-01-27 18:12:20 +01:00
parent f5d94c2bf7
commit 44163be96d
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -24,7 +24,6 @@ import sys
import unittest
import unittest.mock
import time
from PyQt4 import QtGui, QtTest, QtCore
from qubesadmin import Qubes
from qubes.tests import SystemTestCase