mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
When we import typeshed internally at Dropbox, somehow the fact that these files are all stubs gets lost (it's a long story...). This causes errors like this: .../stdlib/2/ast.pyi:6: error: Name 'typing' already defined (by an import) The quickest way around this is to rename the import to _typing.