Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 4fa5674

Browse files
committed
Revert "Update to account for import error in generated python code"
This reverts commit d9c953d.
1 parent 454ea92 commit 4fa5674

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/quickstart/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tutorials and your own projects.
7171
To install gRPC tools, run:
7272

7373
```sh
74-
$ python -m pip install grpcio-tools googleapis-common-protos
74+
$ python -m pip install grpcio-tools
7575
```
7676

7777
## Download the example

docs/tutorials/basic/python.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@ First, install the grpcio-tools package:
158158
$ pip install grpcio-tools
159159
```
160160

161-
Then, install the googleapis-common-proto package which is a collection of
162-
generated python classes for some common protos:
163-
164-
```
165-
$ pip install googleapis-common-protos
166-
```
167-
168161
Use the following command to generate the Python code:
169162

170163
```

0 commit comments

Comments
 (0)