Skip to content
  • Matt Harbison's avatar
    typing: add `from __future__ import annotations` to remaining source files · 1f17abd911a2
    Matt Harbison authored
    I forgot a step.  Unlike in hg, these weren't new files- they were just missing
    the `from __future__ import absolute_import` line, so these weren't covered by
    the backout in the previous commit.  These were found with:
    
        hg files . -X contrib -X tests -I '**.py' \
            | xargs grep -L 'from __future__ import annotations'
    
    All of the `__init__.py` files that finds are empty (or simply have a
    `#placeholder` comment), so those were ignored and the rest manually edited.
    
    --HG--
    branch : stable
    1f17abd911a2