Fix unused import

This commit is contained in:
Chris Hill-Scott
2020-03-17 10:07:47 +00:00
parent 95c2dabaca
commit 6667c04cf2

View File

@@ -9,7 +9,7 @@ import pytz
import app.celery.tasks
from app.dao.templates_dao import dao_update_template
from app.models import JOB_STATUS_TYPES, JOB_STATUS_PENDING, Job
from app.models import JOB_STATUS_TYPES, JOB_STATUS_PENDING
from tests import create_authorization_header
from tests.conftest import set_config