From 64dde7870dad9e30ecf3599654c751a0c2ca4e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 13 Jan 2015 19:10:03 +0100 Subject: [PATCH] Remove unnecessary import --- tests/integration/test_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_tasks.py b/tests/integration/test_tasks.py index 924e8e99..06639294 100644 --- a/tests/integration/test_tasks.py +++ b/tests/integration/test_tasks.py @@ -1,5 +1,4 @@ from unittest import mock -import json from django.core.urlresolvers import reverse