Remove unused import
This commit is contained in:
@@ -1,5 +1,2 @@
|
|||||||
from job_processor.conf.settings import BACKEND
|
|
||||||
|
|
||||||
|
|
||||||
def process_job(func, *args, **kwargs):
|
def process_job(func, *args, **kwargs):
|
||||||
return func(*args, **kwargs)
|
return func(*args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user