Skip to content

Commit cde8b1f

Browse files
committed
style: Remove untracked file name in comment
1 parent cf30ee0 commit cde8b1f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/ai/backend/manager/api/gql_legacy/stat_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class LegacyLiveStatConverter:
2323
`currents[0]` is the raw gauge sample, `currents[-1]` is the
2424
rate/diff query result.
2525
26-
`stats.max` / `stats.avg` are not populated — see
27-
`docs/kernel-live-stat-followup-issues.md`.
26+
`stats.max` / `stats.avg` are not populated
2827
"""
2928

3029
def convert(

tests/unit/manager/api/gql_legacy/test_stat_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ def test_legacy_field_is_populated(
137137
class TestDiffMetric:
138138
"""For a DIFF_STAT_METRICS entry the diff-over-window sample (currents[-1])
139139
is exposed as `current` (legacy Valkey behavior) and mirrored to
140-
`stats.diff`. The cumulative gauge (currents[0]) is dropped — see
141-
`docs/kernel-live-stat-followup-issues.md`.
140+
`stats.diff`. The cumulative gauge (currents[0]) is dropped
142141
"""
143142

144143
@pytest.fixture

0 commit comments

Comments
 (0)