mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user