Update pre-commit hooks

This commit is contained in:
Anthony Sottile 2015-01-04 16:05:20 -08:00
parent b03733bc86
commit b08f834d65
10 changed files with 19 additions and 5 deletions

View file

@ -1,8 +1,9 @@
import ast
import pytest
from pre_commit_hooks.debug_statement_hook import DebugStatement
from pre_commit_hooks.debug_statement_hook import debug_statement_hook
from pre_commit_hooks.debug_statement_hook import DebugStatement
from pre_commit_hooks.debug_statement_hook import ImportStatementParser
from testing.util import get_resource_path