Commit 47fd1f4
committed
PYCBC-1755: Update JSONType type hint to adhere to static typing standards
Changes
-------
* Change `JSONType` hint to use `Mapping` instead of `Dict` and
`Sequence` instead of `List`
Change-Id: Iea87189e1d20010d4fc23da98e7cc5d0c7cbf286
Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/242353
Reviewed-by: Dimitris Christodoulou <dimitris.christodoulou@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>1 parent e14bbae commit 47fd1f4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments