Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru committed May 18, 2023
1 parent caf1d58 commit 77e0b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ If you find incorrect annotations, please create an issue. Contributions for fix
$ pip install google-ads-stubs
```

The stubs should be automatically picked up by your editor or typechecker.

## Caveats

There are some caveats. The primary one is that type inference does _not_ work for the `get_type`
method of `Client`.The workaround is to explicitly state the type. You can also instantiate the object directly to get inference.
method of `GoogleAdsClient`.The workaround is to explicitly state the type. You can also instantiate the object directly to get inference.

```python
# Replace this:
Expand Down

0 comments on commit 77e0b98

Please sign in to comment.