Skip to content

Replace auto_ptr by unique_ptr #435

Replace auto_ptr by unique_ptr

Replace auto_ptr by unique_ptr #435

Workflow file for this run

name: isort
on:
- push
- pull_request
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1