diff --git a/packit_service/worker/helpers/testing_farm.py b/packit_service/worker/helpers/testing_farm.py index 9694f7342..ff3a077ca 100644 --- a/packit_service/worker/helpers/testing_farm.py +++ b/packit_service/worker/helpers/testing_farm.py @@ -10,11 +10,11 @@ import requests from ogr.abstract import GitProject from ogr.utils import RequestResponse - from packit.config import JobConfig, PackageConfig from packit.constants import HTTP_REQUEST_TIMEOUT from packit.exceptions import PackitConfigException, PackitException from packit.utils import nested_get + from packit_service.config import ServiceConfig from packit_service.constants import ( BASE_RETRY_INTERVAL_IN_MINUTES_FOR_OUTAGES,