mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-11 06:21:57 +08:00
List is used but not imported. According to PEP-484 "Suggested syntax for Python 2.7 and straddling code" it should be imports. "Like other type comments, any names used in the annotations must be imported or defined by the module containing the annotation.". Also order the typing import list, because it looks nicer.