tests: remove unused imports
This commit is contained in:
parent
4f71e9775f
commit
6b93aea5bd
@ -18,12 +18,10 @@
|
|||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with this program; if not, see <http://www.gnu.org/licenses/>.
|
# with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
import asyncio
|
import asyncio
|
||||||
import subprocess
|
|
||||||
import qubes.api.internal
|
import qubes.api.internal
|
||||||
import qubes.tests
|
import qubes.tests
|
||||||
import qubes.vm.adminvm
|
import qubes.vm.adminvm
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
from mock import call
|
|
||||||
|
|
||||||
def mock_coro(f):
|
def mock_coro(f):
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
Loading…
Reference in New Issue
Block a user