Skip to content

Commit af10b33

Browse files
committed
fix: correct metrics summary implementation
Signed-off-by: Shuvakant Patra <scientefic2612@gmail.com>
1 parent 5d3e3fe commit af10b33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdk/python/feast/api/registry/rest/metrics.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,13 @@ async def recently_visited(
388388
"pagination": pagination,
389389
}
390390

391-
@router.get("/metrics/summary", tags=["Metrics"])
392-
async def metrics_summary(
391+
@router.get("/metrics/summary", tags=["Metrics"])
392+
async def metrics_summary(
393393
allow_cache: bool = Query(True),
394-
):
395-
"""
396-
Returns registry-level metadata summary statistics.
397-
"""
394+
):
395+
"""
396+
Returns registry-level metadata summary statistics.
397+
"""
398398

399399
# Fetch all projects
400400
projects_resp = grpc_call(

0 commit comments

Comments
 (0)