mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Fix debug statement hook
This commit is contained in:
parent
4fc86a807b
commit
10c042c99c
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
import ast
|
||||
import pytest
|
||||
|
||||
from pre_commit_hooks.debug_statement_hook import ImportStatementParser, \
|
||||
DebugStatement
|
||||
from pre_commit_hooks.debug_statement_hook import DebugStatement
|
||||
from pre_commit_hooks.debug_statement_hook import ImportStatementParser
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue