fix: resolve mypy duplicate module error in test fixtures
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 17:23:31 +00:00
parent c2deb7fd58
commit 46cd205b86

View File

@@ -29,7 +29,7 @@ jobs:
run: ruff check depnav/ tests/ run: ruff check depnav/ tests/
- name: Run type checking - name: Run type checking
run: mypy depnav/ run: mypy depnav/src/
build: build:
needs: test needs: test