tests: remove unused imports

This commit is contained in:
Marek Marczykowski-Górecki 2019-04-02 18:48:21 +02:00
parent 4f71e9775f
commit 6b93aea5bd
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -18,12 +18,10 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, see <http://www.gnu.org/licenses/>.
import asyncio
import subprocess
import qubes.api.internal
import qubes.tests
import qubes.vm.adminvm
from unittest import mock
from mock import call
def mock_coro(f):
@asyncio.coroutine