aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-19 09:11:45 -0800
committerGravatar GitHub <noreply@github.com>2018-12-19 09:11:45 -0800
commit56d29d09ecb5dd7e4fd3c16207ff4e54aa174366 (patch)
treeadf3d898272ee50160720dc216537cea965096f7
parent8cd1c0e379dda453ad544dcde529c97265179f1b (diff)
parent6211f4589b47620440ea60c614116398a7a1ab43 (diff)
Merge pull request #17557 from ericgribkoff/unused_import
removed unused traceback import
-rw-r--r--src/python/grpcio_tests/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py
index 18413abab0..496bcfbcbf 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -22,7 +22,6 @@ import re
import shutil
import subprocess
import sys
-import traceback
import setuptools
from setuptools.command import build_ext