We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ba492 commit 31bce3bCopy full SHA for 31bce3b
tools/distrib/python/grpcio_tools/grpc_tools/command.py
@@ -15,7 +15,6 @@
15
import os
16
import pkg_resources
17
import sys
18
-import tempfile
19
20
import setuptools
21
@@ -67,7 +66,5 @@ def run(self):
67
66
# directory is provided as an 'include' directory. We assume it's the '' key
68
# to `self.distribution.package_dir` (and get a key error if it's not
69
# there).
70
- if self.strict_mode:
71
- self.announce('Building Package Protos in Strict Mode')
72
build_package_protos(self.distribution.package_dir[''],
73
self.strict_mode)
0 commit comments