Skip to content

Commit

Permalink
tests: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Apr 2, 2019
1 parent 4f71e97 commit 6b93aea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qubes/tests/api_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b93aea

Please sign in to comment.