aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-19 08:34:13 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-19 08:34:13 -0800
commit6211f4589b47620440ea60c614116398a7a1ab43 (patch)
treeadf3d898272ee50160720dc216537cea965096f7 /src/python
parent8cd1c0e379dda453ad544dcde529c97265179f1b (diff)
removed unused traceback import
Diffstat (limited to 'src/python')
-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