Skip to content

Commit 25038e8

Browse files
committed
Remove __init__.pyi in stub namespace packages
This change is necessary to comply with an update to PEP561: python/peps#2083
1 parent 2d29b82 commit 25038e8

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ The bare output from `stubgen` is used by the ransport classes. These may be typ
5252
Some service methods allow you to pass in either a protobuf message or a dictionary for certain arguments.
5353
There is no check that the dictionary conforms to the message structure, as this would require a `TypedDict` subclass
5454
for each message.
55+
56+
Note that if you're using Mypy you need to use the `--namespace-packages` option as `google` and `google.ads` are namespace packages.

google-stubs/__init__.pyi

Whitespace-only changes.

google-stubs/ads/__init__.pyi

Whitespace-only changes.

0 commit comments

Comments
 (0)