Remove unused import

This commit is contained in:
richard-dds 2019-09-16 16:59:18 -04:00
parent 97cefc7501
commit 4624acd1c5

View File

@ -26,7 +26,6 @@ from tests.factories import (
)
from threading import Thread
from time import sleep
def test_environment_job_failure(celery_app, celery_worker):
@ -68,7 +67,6 @@ def test_environment_role_job_failure(celery_app, celery_worker):
now = pendulum.now()
yesterday = now.subtract(days=1)
tomorrow = now.add(days=1)
from atst.domain.environments import Environments
@pytest.fixture(autouse=True, scope="function")