Removed imported symbols that are not accessed or re-exported (third_party part 4 of 4) (#4391)

* Removed imported symbols that are not accessed or re-exported from within third_party stubs (part 4). These were all identified as unused symbols by the pyright type checker and language server.

Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
Eric Traut
2020-08-06 13:11:22 -07:00
committed by GitHub
parent cea32bdc70
commit de4ea8681d
22 changed files with 51 additions and 72 deletions

View File

@@ -15,6 +15,8 @@ third_party/2and3/attr/converters.pyi
third_party/2and3/attr/filters.pyi
third_party/2and3/attr/validators.pyi
third_party/2and3/pynamodb/models.pyi
third_party/3/six/__init__.pyi
third_party/3/six/moves/__init__.pyi
# anything that imports tkinter (https://github.com/google/pytype/issues/637)
stdlib/3/tkinter/__init__.pyi