aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/mypy-protobuf/patches/01-arcadia.patch
diff options
context:
space:
mode:
authormonster <monster@ydb.tech>2022-07-07 14:41:37 +0300
committermonster <monster@ydb.tech>2022-07-07 14:41:37 +0300
commit06e5c21a835c0e923506c4ff27929f34e00761c2 (patch)
tree75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /contrib/python/mypy-protobuf/patches/01-arcadia.patch
parent03f024c4412e3aa613bb543cf1660176320ba8f4 (diff)
downloadydb-06e5c21a835c0e923506c4ff27929f34e00761c2.tar.gz
fix ya.make
Diffstat (limited to 'contrib/python/mypy-protobuf/patches/01-arcadia.patch')
-rw-r--r--contrib/python/mypy-protobuf/patches/01-arcadia.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/python/mypy-protobuf/patches/01-arcadia.patch b/contrib/python/mypy-protobuf/patches/01-arcadia.patch
deleted file mode 100644
index 6f718593f33..00000000000
--- a/contrib/python/mypy-protobuf/patches/01-arcadia.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- contrib/python/mypy-protobuf/mypy_protobuf/main.py (index)
-+++ contrib/python/mypy-protobuf/mypy_protobuf/main.py (working tree)
-@@ -989,8 +989,6 @@ def generate_mypy_stubs(
- output = response.file.add()
- output.name = fd.name[:-6].replace("-", "_").replace(".", "/") + "_pb2.pyi"
- output.content = HEADER + pkg_writer.write()
-- if not quiet:
-- print("Writing mypy to", output.name, file=sys.stderr)
-
-
- def generate_mypy_grpc_stubs(
-@@ -1017,8 +1015,6 @@ def generate_mypy_grpc_stubs(
- output = response.file.add()
- output.name = fd.name[:-6].replace("-", "_").replace(".", "/") + "_pb2_grpc.pyi"
- output.content = HEADER + pkg_writer.write()
-- if not quiet:
-- print("Writing mypy to", output.name, file=sys.stderr)
-
-
- @contextmanager