#!/usr/bin/env vpython3 | |
# Copyright 2022 The ChromiumOS Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Note: We use tags here instead of refs because refs will always hit the | |
# network to see if there are any updates. | |
# [VPYTHON:BEGIN] | |
# python_version: "3.8" | |
# | |
# wheel: < | |
# name: "infra/python/wheels/isort-py3" | |
# version: "version:5.10.1" | |
# > | |
# | |
# [VPYTHON:END] | |
"""Wrapper for stable version of isort that we control.""" | |
# pylint: disable=unused-import | |
import isort.__main__ |