superfluous import removed

This commit is contained in:
Ilan Steemers
2015-07-02 13:53:12 +02:00
parent 4e98086a55
commit 2c88b1aef6
+1 -1
View File
@@ -2,7 +2,6 @@ import sys
import os
from multiprocessing import Queue, Event, Value
import threading
from time import sleep
import pytest
@@ -183,6 +182,7 @@ def test_async(r):
assert result(h) == 12
r.delete(list_key)
@pytest.mark.django_db
def test_timeout(r):
# set up the Sentinel