Skip to content

Commit f361c91

Browse files
committed
Revert init.py in tests directory
1 parent a12f9bb commit f361c91

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.fernignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pytest.ini
2020
## Tests
2121

2222
tests/custom
23-
tests/__init__.py
2423

2524
## CI
2625

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: poetry install
2222
- name: Compile
23-
run: poetry run mypy src/
23+
run: poetry run mypy .
2424
test:
2525
runs-on: ubuntu-latest
2626
strategy:

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)