From 047f2e51bd18a360439b94346647d1f9bb7ba3d4 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 26 Nov 2024 12:03:30 -0800 Subject: [PATCH] Lint fixes --- ci/release/download_deps.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ci/release/download_deps.py b/ci/release/download_deps.py index e2ca19a5b..169da33d3 100755 --- a/ci/release/download_deps.py +++ b/ci/release/download_deps.py @@ -31,10 +31,13 @@ UTILITIES_RELEASE_DIR = os.path.join(PROJ_ROOT, "external/utilities/ci/release") sys.path.append(UTILITIES_RELEASE_DIR) -from download_deps_lib import TAG_BARE -from download_deps_lib import TAG_NAME_DASH_BARE -from download_deps_lib import download_source_deps -from download_deps_lib import parse_args +# pylint: disable=wrong-import-position +from download_deps_lib import TAG_BARE # noqa: E402 +from download_deps_lib import TAG_NAME_DASH_BARE # noqa: E402 +from download_deps_lib import download_source_deps # noqa: E402 +from download_deps_lib import parse_args # noqa: E402 + +# pylint: enable=wrong-import-position # In some cases multiple packages are derived from a single upstream repo, please keep sorted PACKAGE_ALIASES = { # :