Skip to content
Snippets Groups Projects
Commit 1c5810ce authored by Matt Harbison's avatar Matt Harbison
Browse files

typing: add `from __future__ import annotations` to remaining source files

Most of these look newer than when the original imports referenced in the
previous commit were dropped, so these weren't covered by the backout.  These
were found with:

    hg files mercurial hgext hgext3rd -I '**.py' -X '**/thirdparty' \
        | xargs grep -L 'from __future__ import annotations'

All of the `__init__.py` files that finds are empty, so those were ignored and
the rest manually edited.
parent f4733654
No related branches found
No related tags found
3 merge requests!1041Merge default into stable,!997tests: use shlex.quote instead of pipes.quote,!949Delayed annotation evaluation
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment