Skip to content

Commit 839d7a1

Browse files
committed
tmp fix import
1 parent c6d65eb commit 839d7a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pulp_python/app/tasks/repair.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
from django.db.models import Prefetch
88
from django.db.models.query import QuerySet
9-
from pulpcore.app.models import Artifact, Domain
9+
from pulpcore.app.models import Artifact
1010
from pulp_python.app.models import PythonPackageContent, PythonRepository
1111
from pulp_python.app.utils import (
1212
artifact_to_metadata_artifact,
1313
artifact_to_python_content_data,
1414
fetch_json_release_metadata,
1515
parse_metadata,
1616
)
17-
from pulpcore.plugin.models import ContentArtifact, ProgressReport
17+
from pulpcore.plugin.models import ContentArtifact, Domain, ProgressReport
1818
from pulpcore.plugin.util import get_domain
1919

2020
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)