Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapter.xml, test.adapter.xml: add lxml typechecking
Now that we require `lxml-stubs`, we can remove the `type: ignore` coments from the `lxml` imports. To make mypy happy, many typehints are adjusted, mostly `etree.Element` -> `etree._Element`.
- Loading branch information