Browse Source

tests: remove unused imports

Marek Marczykowski-Górecki 5 years ago
parent
commit
6b93aea5bd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      qubes/tests/api_internal.py

+ 0 - 2
qubes/tests/api_internal.py

@@ -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