refactor: remove unnecessary property decorator from plugin_id in MarketplacePluginSnapshot

This commit is contained in:
Junyan Qin
2026-02-05 13:13:39 +08:00
parent 8621162c0e
commit d521945fd2

View File

@@ -58,6 +58,5 @@ class MarketplacePluginSnapshot(BaseModel):
latest_package_url: str
@computed_field
@property
def plugin_id(self) -> str:
return f"{self.org}/{self.name}"