mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +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
|
|
@ -2,7 +2,7 @@
|
|||
import os
|
||||
import re
|
||||
|
||||
from pre_commit_logic.util.template_methods.file_bunches_lines_checker_template_method import \
|
||||
from pre_commit_hooks.loaderon_hooks.util.template_methods.file_bunches_lines_checker_template_method import \
|
||||
FileBunchesLinesCheckerTemplateMethod
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
|
||||
from pre_commit_logic.util.template_methods.files_bunches_checker_template_method import \
|
||||
from pre_commit_hooks.loaderon_hooks.util.template_methods.files_bunches_checker_template_method import \
|
||||
FileBunchesCheckerTemplateMethod
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
|
||||
from pre_commit_logic.odoo_specific_hooks.check_view_fields_order import ViewFieldsOrderChecker
|
||||
from pre_commit_hooks.loaderon_hooks.odoo_specific_hooks.check_view_fields_order import ViewFieldsOrderChecker
|
||||
|
||||
|
||||
class ViewNameChecker(ViewFieldsOrderChecker):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue