Skip to content

Commit b2caa9d

Browse files
committed
add submodule grpc-sample
1 parent 9e2fb9c commit b2caa9d

12 files changed

+6
-490
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "pandas-sample"]
22
path = pandas-sample
33
url = https://github.com/twotwo/python-pandas-sample.git
4+
[submodule "grpc-sample"]
5+
path = grpc-sample
6+
url = https://github.com/twotwo/python-grpc-sample

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Submodules
44

5-
- [pandas-sample](./pandas-sample) <https://github.com/twotwo/python-pandas-sample>
5+
- [pandas-sample](https://github.com/twotwo/python-pandas-sample)
6+
- [grpc-sample](https://github.com/twotwo/python-grpc-sample)
67

78
```bash
89
git submodule update --init --recursive

grpc-errors/Pipfile

-12
This file was deleted.

grpc-errors/Pipfile.lock

-156
This file was deleted.

grpc-errors/README.md

-18
This file was deleted.

grpc-errors/client.py

-37
This file was deleted.

grpc-errors/hello.proto

-20
This file was deleted.

grpc-errors/server.py

-39
This file was deleted.

grpc-errors/stub/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)