mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-17 17:35:58 +08:00
This major version bump of the stubs package deletes google/__init__.py, which does not exist at runtime, and caused problems for several users. Mypy now has --namespace-packages enabled by default, which should hopefully mean that this causes minimal pain. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>