Skip to content

Commit

Permalink
Update tools/ci_build/build.py
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Chu <[email protected]>
  • Loading branch information
jchen351 and justinchuby authored Jan 16, 2024
1 parent ca47978 commit 1f89cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

sys.path.insert(0, os.path.join(REPO_DIR, "tools", "python"))

# The Following uil packages is from onnxruntime/tools/python/util
# The Following utility packages are from onnxruntime/tools/python/util
import util.android as android # noqa: E402
from util import (

Check warning

Code scanning / lintrunner

RUFF/E402 Warning

Module level import not at top of file.
See https://docs.astral.sh/ruff/rules/module-import-not-at-top-of-file
get_logger,
Expand Down

0 comments on commit 1f89cb9

Please sign in to comment.