summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/grep.py')
-rw-r--r--subcmds/grep.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/grep.py b/subcmds/grep.py
index 1cb5650b..0dc8f9f6 100644
--- a/subcmds/grep.py
+++ b/subcmds/grep.py
@@ -14,7 +14,6 @@
14# limitations under the License. 14# limitations under the License.
15 15
16import sys 16import sys
17from optparse import SUPPRESS_HELP
18from color import Coloring 17from color import Coloring
19from command import PagedCommand 18from command import PagedCommand
20from git_command import git_require, GitCommand 19from git_command import git_require, GitCommand