Skip to content

Commit

Permalink
Add ArtifactResponse to plugin api
Browse files Browse the repository at this point in the history
fixes: pulp#3340
  • Loading branch information
gerrod3 authored and ipanova committed Oct 26, 2022
1 parent 98cf009 commit 8fa6b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/3340.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Exposed ``ArtifactResponse`` at ``pulpcore.plugin.responses``.
1 change: 1 addition & 0 deletions pulpcore/plugin/responses.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from pulpcore.responses import ArtifactResponse # noqa

0 comments on commit 8fa6b2c

Please sign in to comment.