Skip to content

Commit 1b66b68

Browse files
committed
remove @Property
1 parent a4f60ac commit 1b66b68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guidellm/presentation/data_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ class TabularDistributionSummary(DistributionSummary):
190190
"""
191191

192192
@computed_field
193-
@property
194193
def percentile_rows(self) -> list[dict[str, float]]:
195194
rows = [
196195
{"percentile": name, "value": value}

0 commit comments

Comments
 (0)