mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
* Pyright detects and reports cases where a multi-part module name is accessed but is not explicitly imported. These are dangerous because they rely on import resolution ordering within a program, which can easily change. This change eliminates errors detected by pyright. * Fixed regression caught by CI test. * Fixed black formatting issues. Co-authored-by: Eric Traut <erictr@microsoft.com>