From df38e1010bc587ed3a046131f6c3b91fa0d6fed3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 9 Jan 2018 08:49:42 -0800 Subject: [PATCH] Remove unused import --- pre_commit/commands/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pre_commit/commands/run.py b/pre_commit/commands/run.py index 4df2e30e..c70eff01 100644 --- a/pre_commit/commands/run.py +++ b/pre_commit/commands/run.py @@ -9,7 +9,6 @@ import sys from identify.identify import tags_from_path -import pre_commit.constants as C from pre_commit import color from pre_commit import git from pre_commit import output