We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d29b82 commit 25038e8Copy full SHA for 25038e8
README.md
@@ -52,3 +52,5 @@ The bare output from `stubgen` is used by the ransport classes. These may be typ
52
Some service methods allow you to pass in either a protobuf message or a dictionary for certain arguments.
53
There is no check that the dictionary conforms to the message structure, as this would require a `TypedDict` subclass
54
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
google-stubs/ads/__init__.pyi
0 commit comments