From ab97dbe012021238a565de0e43ffd1284ef27e4e Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Sun, 25 Sep 2022 23:58:23 -0700 Subject: [PATCH] chore: remove unused inject Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- bentoml/_internal/utils/analytics/usage_stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bentoml/_internal/utils/analytics/usage_stats.py b/bentoml/_internal/utils/analytics/usage_stats.py index ab11bcd1088..9640f930b14 100644 --- a/bentoml/_internal/utils/analytics/usage_stats.py +++ b/bentoml/_internal/utils/analytics/usage_stats.py @@ -181,7 +181,6 @@ def filter_metrics( ] -@inject def get_metrics_report( metrics_client: PrometheusClient, grpc: bool = False,