mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-26 06:28:11 +08:00
superfluous import removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user