aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2024-06-04 10:37:17 +0300
committermikhnenko <mikhnenko@yandex-team.com>2024-06-04 11:00:11 +0300
commit8d561401f7c9385cdb3c7255971b6079359b37ca (patch)
treed1374af76f3c46c3bbc2b045abd7527225cbcf4e /contrib
parentb10fa005adbac280c4ec81857a1d0a000e15af9c (diff)
downloadydb-8d561401f7c9385cdb3c7255971b6079359b37ca.tar.gz
Import fake signature of private function from future
dc54e7eba29148c2780ac317d35c79b12fa3bd36
Diffstat (limited to 'contrib')
-rw-r--r--contrib/python/protobuf/py3/google/protobuf/json_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/protobuf/py3/google/protobuf/json_format.py b/contrib/python/protobuf/py3/google/protobuf/json_format.py
index b3e85933e96..01747bb6fd7 100644
--- a/contrib/python/protobuf/py3/google/protobuf/json_format.py
+++ b/contrib/python/protobuf/py3/google/protobuf/json_format.py
@@ -698,7 +698,7 @@ class _Parser(object):
value[key], value_field)
-def _ConvertScalarFieldValue(value, field, require_str=False):
+def _ConvertScalarFieldValue(value, field, require_str=False, path=None):
"""Convert a single scalar field value.
Args: