Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: import xml.sax.handler from the right place #2041

Merged
merged 1 commit into from
Jul 20, 2022

Commits on Jul 19, 2022

  1. fix: import xml.sax.handler from the right place

    Change the import of `xml.sax.handler` in the TriX parser so that it
    imports from `xml.sax` and not from `xml.sax.saxutils`. Importing from
    `xml.sax.saxutils` causes mypy to fail but it is also wrong as there is
    no documented `handler` in `xml.sax.saxutils`.
    aucampia committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    afdb6ba View commit details
    Browse the repository at this point in the history