Skip to content

Commit cee2ed9

Browse files
committed
fix(mypy): fixed mypy issues
1 parent 66905f4 commit cee2ed9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/formatting.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,5 @@ jobs:
4545
- name: Run black check
4646
run: poetry run black --check .
4747

48-
- name: Install mypy types
49-
run: poetry run mypy --install-types
50-
5148
- name: Run mypy check
5249
run: poetry run mypy --config-file pyproject.toml .

0 commit comments

Comments
 (0)