Skip to content

Commit

Permalink
superfluous import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 2, 2015
1 parent 4e98086 commit 2c88b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_q/tests/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
from multiprocessing import Queue, Event, Value
import threading
from time import sleep

import pytest

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c88b1a

Please sign in to comment.