Commit f20ef60
File tree
Expand file treeCollapse file tree
21 files changed
+45
-6
lines changedFilter options
- google
- cloud
- _helpers
- _http
- _testing
- client
- environment_vars
- exceptions
- obsolete
- operation
Expand file treeCollapse file tree
21 files changed
+45
-6
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 |
| - |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
google/cloud/_helpers.py renamed to google/cloud/_helpers/__init__.py
Copy file name to clipboardExpand all lines: google/cloud/_helpers/__init__.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
| 66 | + |
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
|
google/cloud/_helpers/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/_http.py renamed to google/cloud/_http/__init__.py
Copy file name to clipboardFile renamed without changes.
google/cloud/_http/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/_testing.py renamed to google/cloud/_testing/__init__.py
Copy file name to clipboardFile renamed without changes.
google/cloud/_testing/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/client.py renamed to google/cloud/client/__init__.py
Copy file name to clipboardExpand all lines: google/cloud/client/__init__.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
| ||
142 | 144 |
|
143 | 145 |
|
144 | 146 |
|
145 |
| - |
| 147 | + |
146 | 148 |
|
147 | 149 |
|
148 | 150 |
|
|
google/cloud/client/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/environment_vars.py renamed to google/cloud/environment_vars/__init__.py
Copy file name to clipboardFile renamed without changes.
google/cloud/environment_vars/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/exceptions.py renamed to google/cloud/exceptions/__init__.py
Copy file name to clipboardFile renamed without changes.
google/cloud/exceptions/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/obsolete.py renamed to google/cloud/obsolete/__init__.py
Copy file name to clipboardFile renamed without changes.
google/cloud/obsolete/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
google/cloud/operation.py renamed to google/cloud/operation/__init__.py
Copy file name to clipboardExpand all lines: google/cloud/operation/__init__.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 |
| - |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
|
google/cloud/operation/py.typed
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
mypy.ini
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
41 | 51 |
|
42 | 52 |
|
43 | 53 |
|
|
0 commit comments