From d18d39d336a64719eecc48e9de3fb8fd749f85dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:34:26 +0000 Subject: [PATCH] Update install-pinned/reorder_python_imports digest to 9397de6 --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 678584e..7ece99a 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -40,7 +40,7 @@ jobs: pyupgrade --exit-zero-even-if-changed --py39-plus **/*.py # Sort imports with https://github.com/asottile/reorder_python_imports - - uses: install-pinned/reorder_python_imports@515035fd9eb355713f61dee238b17a04ce01f4d2 + - uses: install-pinned/reorder_python_imports@9397de6904c0791c23a16ce081245fc7498cf2b0 - name: Run reorder-python-imports run: | shopt -s globstar