Skip to content

Various minor improvements to the example programs #880

Various minor improvements to the example programs

Various minor improvements to the example programs #880

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