Skip to content

Commit 31bce3b

Browse files
committed
Remove redundent lines
1 parent 51ba492 commit 31bce3b

File tree

1 file changed

+0
-3
lines changed
  • tools/distrib/python/grpcio_tools/grpc_tools

1 file changed

+0
-3
lines changed

tools/distrib/python/grpcio_tools/grpc_tools/command.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import os
1616
import pkg_resources
1717
import sys
18-
import tempfile
1918

2019
import setuptools
2120

@@ -67,7 +66,5 @@ def run(self):
6766
# directory is provided as an 'include' directory. We assume it's the '' key
6867
# to `self.distribution.package_dir` (and get a key error if it's not
6968
# there).
70-
if self.strict_mode:
71-
self.announce('Building Package Protos in Strict Mode')
7269
build_package_protos(self.distribution.package_dir[''],
7370
self.strict_mode)

0 commit comments

Comments
 (0)