Skip to content

Revert some stuff via 146cf26 which accidentally snuck into #1999 by mistake #874

Revert some stuff via 146cf26 which accidentally snuck into #1999 by mistake

Revert some stuff via 146cf26 which accidentally snuck into #1999 by mistake #874

Workflow file for this run

name: isort
on: [push, pull_request]
permissions:
contents: read
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: isort/isort-action@v1