Skip to content

Commit 20a1665

Browse files
committed
ruff v2
1 parent 3773597 commit 20a1665

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/hsml/model_serving.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,8 @@ def _build_and_install_package(ds_api, env, package_dir: str, agent_dir: str) ->
694694
695695
Returns the remote path of the runner script to use as `script_file`.
696696
"""
697-
from build.env import DefaultIsolatedEnv
698-
699697
from build import ProjectBuilder
698+
from build.env import DefaultIsolatedEnv
700699

701700
pkg_name = _read_package_name(package_dir)
702701

0 commit comments

Comments
 (0)