Skip to content

Commit

Permalink
revert removal of loading option
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Feb 19, 2025
1 parent 881748c commit b55666f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ai/backend/manager/models/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,7 @@ class EndpointAutoScalingRuleRow(Base):
)

endpoint_row = relationship(
"EndpointRow",
back_populates="endpoint_auto_scaling_rules",
"EndpointRow", back_populates="endpoint_auto_scaling_rules", lazy="joined"
)

@classmethod
Expand Down

0 comments on commit b55666f

Please sign in to comment.