Skip to content

Commit 025a2f3

Browse files
committed
style: remove unused Artifact import from repair.py
JIRA: PULP-1573
1 parent 03a9189 commit 025a2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp_python/app/tasks/repair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
metadata_content_to_artifact,
1717
parse_metadata,
1818
)
19-
from pulpcore.plugin.models import Artifact, ContentArtifact, ProgressReport
19+
from pulpcore.plugin.models import ContentArtifact, ProgressReport
2020
from pulpcore.plugin.util import get_domain
2121

2222
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)