From c44153422766bfc04f191289d04409c647afc9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:30:02 +0000 Subject: [PATCH] Update install-pinned/reorder_python_imports digest to 946c8bb --- .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..fe14312 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@946c8bbd8fe048a3bee76063c90c938d5a59a9aa - name: Run reorder-python-imports run: | shopt -s globstar