We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d65eb commit 839d7a1Copy full SHA for 839d7a1
1 file changed
pulp_python/app/tasks/repair.py
@@ -6,15 +6,15 @@
6
7
from django.db.models import Prefetch
8
from django.db.models.query import QuerySet
9
-from pulpcore.app.models import Artifact, Domain
+from pulpcore.app.models import Artifact
10
from pulp_python.app.models import PythonPackageContent, PythonRepository
11
from pulp_python.app.utils import (
12
artifact_to_metadata_artifact,
13
artifact_to_python_content_data,
14
fetch_json_release_metadata,
15
parse_metadata,
16
)
17
-from pulpcore.plugin.models import ContentArtifact, ProgressReport
+from pulpcore.plugin.models import ContentArtifact, Domain, ProgressReport
18
from pulpcore.plugin.util import get_domain
19
20
log = logging.getLogger(__name__)
0 commit comments