mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
corrected import errors.
corrected print lack of parenthesis errors.
This commit is contained in:
parent
4d1b75fb33
commit
1be6dd5dfb
15 changed files with 35 additions and 33 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
|
||||
from pre_commit_logic.util.template_methods.lines_checker_template_method import LinesCheckerTemplateMethod
|
||||
from pre_commit_hooks.loaderon_hooks.util.template_methods.lines_checker_template_method import \
|
||||
LinesCheckerTemplateMethod
|
||||
|
||||
|
||||
class LinesChecker(LinesCheckerTemplateMethod):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue