Skip to content

Commit 075cd42

Browse files
ruff
1 parent 5b2c25e commit 075cd42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cloudai/workloads/aiconfig/predictor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
from __future__ import annotations
1818

19-
from typing import cast
20-
from typing import Any, Dict, Optional
19+
from typing import Any, Dict, Optional, cast
2120

2221

2322
def _to_enum(enum_cls, value_or_name):

0 commit comments

Comments
 (0)