aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-11 16:01:19 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-11 16:01:19 -0700
commit78a5e30019872389fa81405faafe86f867dbf535 (patch)
tree2f2431cd49c065ddb892efe8860508b60da3b01a /tools/run_tests/sanity
parent32c04931db9ef88159a59c18b47288c445faa00d (diff)
removed leftover pdb import
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/check_bazel_workspace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_bazel_workspace.py b/tools/run_tests/sanity/check_bazel_workspace.py
index ea670e4235..673feb7558 100755
--- a/tools/run_tests/sanity/check_bazel_workspace.py
+++ b/tools/run_tests/sanity/check_bazel_workspace.py
@@ -21,7 +21,6 @@ import os
import re
import subprocess
import sys
-import pdb
os.chdir(os.path.join(os.path.dirname(sys.argv[0]), '../../..'))