Skip to content

Fix: Cannot read properties of undefined (reading 'startPoints') #10230

Fix: Cannot read properties of undefined (reading 'startPoints')

Fix: Cannot read properties of undefined (reading 'startPoints') #10230

Workflow file for this run

name: isort
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^isort" ./dev/requirements.txt)
echo "isort version: $(isort --version-number)"
isort --check --diff --resolve-all-configs .