Remove unused file
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import logging
|
||||
|
||||
from mayan.celery import app
|
||||
|
||||
from .api import convert
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@app.task
|
||||
def task_convert(*args, **kwargs):
|
||||
return convert(*args, **kwargs)
|
||||
Reference in New Issue
Block a user