Skip to content

Commit 463537e

Browse files
committed
Remove unused import
1 parent 10a3617 commit 463537e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

viewers/command_viewer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
import string
1212
import sys
1313

14-
try:
15-
from shlex import quote
16-
except ImportError:
17-
from pipes import quote
18-
1914
if sys.version_info >= (3, 0):
2015
PY2 = False
2116
strbase = str

0 commit comments

Comments
 (0)