Skip to content

Commit

Permalink
core_contentartifact for content
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwaizer committed Mar 8, 2024
1 parent 1888310 commit 319b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alws/pulp_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class CoreContent(PulpBase):
"RpmPackage",
back_populates="content",
)
core_contentartifact: Mapped["CoreContentArtifact"] = relationship(
core_contentartifact: Mapped[List["CoreContentArtifact"]] = relationship(
"CoreContentArtifact",
back_populates="content",
)
Expand Down

0 comments on commit 319b6e3

Please sign in to comment.