Skip to content

Commit 82cc8a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6794530 commit 82cc8a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/nginx_opentracing_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
import app_pb2_grpc as app_service
1515
import docker
1616
import grpc
17+
1718
try:
1819
from absl import logging as absl_logging
20+
1921
# Prevent noisy "All log messages ..." banner
2022
absl_logging.set_verbosity(absl_logging.INFO)
2123
absl_logging.use_absl_handler()
@@ -134,6 +136,7 @@ def _setup_grpc(self):
134136
except grpc.FutureTimeoutError as err:
135137
raise RuntimeError("Error connecting to gRPC server") from err
136138
return self.grpcConn
139+
137140
def tearDown(self):
138141
self._stopDocker()
139142
logdir = None

0 commit comments

Comments
 (0)