Skip to content

Commit

Permalink
docs(contributing): remove duplicate whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored and neersighted committed Sep 3, 2022
1 parent 3dd9111 commit 5997a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ poetry run pytest tests/
```

Poetry uses [mypy](https://github.com/python/mypy) for typechecking, and the CI
will fail if it finds any errors. To run mypy locally:
will fail if it finds any errors. To run mypy locally:

```bash
poetry run mypy
Expand Down

0 comments on commit 5997a60

Please sign in to comment.