Skip to content

Commit

Permalink
Python 3.8 format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingyuan Zhang committed Nov 23, 2024
1 parent 009b341 commit 019afd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/aibrix/aibrix/gpuoptimizer/loadmonitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
debug: (optional) Whether to enable debugging behavior. Defaults to False.
"""
self.model_name = model_name
self.deployments: dict[str, DeploymentStates] = {}
self.deployments: Dict[str, DeploymentStates] = {}
self.thread = None
self.outdated_watch_version = None
self.last_watch_version = None
Expand Down

0 comments on commit 019afd9

Please sign in to comment.