mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-03 03:55:51 +08:00
65450d81ff
* 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>