Skip to content

refactor: remove unused import #25

refactor: remove unused import

refactor: remove unused import #25

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wntrblm/[email protected]
with:
python-versions: "${{ matrix.python-version }}"
- name: Test
run: nox --session "tests(python='${{ matrix.python-version }}')"
- name: Coverage
run: |
python -m pip install --upgrade pip setuptools
python -m pip install coverage[toml]
python -m coverage xml
- name: Upload coverage
uses: codecov/codecov-action@v4