Skip to content

Commit

Permalink
tests: remove unused imports
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b93aea)
  • Loading branch information
marmarek committed Apr 4, 2019
1 parent 8d26553 commit dd577d2
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 dd577d2

Please sign in to comment.