Small cleanups

This commit is contained in:
Anthony Sottile 2017-09-30 15:15:52 -07:00
parent e717df0ba8
commit 18c9e061d8
17 changed files with 40 additions and 58 deletions

View file

@ -4,7 +4,7 @@ import logging
import os.path
import sys
from pre_commit.errors import FatalError
from pre_commit.error_handler import FatalError
from pre_commit.util import CalledProcessError
from pre_commit.util import cmd_output
@ -114,7 +114,6 @@ def check_for_cygwin_mismatch():
'These can be installed through the cygwin installer.\n'
' - python {}\n'
' - git {}\n'.format(
exe_type[is_cygwin_python],
exe_type[is_cygwin_git],
exe_type[is_cygwin_python], exe_type[is_cygwin_git],
),
)