Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(parse): Take on board type hints from mypy
- `includes_mermaid` is expected to be a `bool` but the result of `.find()` is an actual page object - testing for whether this object is `None` will suffice - `.find(text=...)` is deprecated in favour of `.find(string=...)`
- Loading branch information