Skip to content

Revert "Enable deprecation warnings (#2036)" #863

Revert "Enable deprecation warnings (#2036)"

Revert "Enable deprecation warnings (#2036)" #863

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