Skip to content

Commit

Permalink
./format
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Aug 18, 2024
1 parent 224c987 commit ad26ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self,
name: str,
documentation: str = "",
labelnames: Optional[List[str]] = None,
multiprocess_mode: str=""):
multiprocess_mode: str = ""):
del multiprocess_mode
labelnames_tuple = tuple(labelnames) if labelnames else None
self._gauge = ray_metrics.Gauge(name=name,
Expand Down

0 comments on commit ad26ad7

Please sign in to comment.