| #!/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.8.0" | |
| # > | |
| # | |
| # [VPYTHON:END] | |
| import isort.__main__ |