Skip to content

Commit

Permalink
Import android
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 18, 2024
1 parent 1bc451a commit 8da3a84
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 @@ -13,7 +13,7 @@
import subprocess
import sys
from pathlib import Path
from ..python.util.android import android
from ..python.util import android as android

Check notice

Code scanning / lintrunner

RUFF/PLC0414 Note

Import alias does not rename original package.
See https://docs.astral.sh/ruff/rules/useless-import-alias

# The Following utility packages are from onnxruntime/tools/python/util
from ..python.util import (
Expand Down

0 comments on commit 8da3a84

Please sign in to comment.