Skip to content

Commit

Permalink
Python 3.9 format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingyuan Zhang committed Nov 23, 2024
1 parent d77cd5a commit 009b341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/aibrix/aibrix/gpuoptimizer/loadmonitor/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import Callable, List, Optional, Tuple, TypeAlias, Union
from typing import Callable, List, Optional, Tuple, Union

import numpy as np
from typing_extensions import TypeAlias

DataSignatures: TypeAlias = np.ndarray
"""ndarray of shape(n, 2)"""
Expand Down

0 comments on commit 009b341

Please sign in to comment.