corrected import errors.

corrected print lack of parenthesis errors.
This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-02 03:56:14 -03:00
parent 4d1b75fb33
commit 1be6dd5dfb
15 changed files with 35 additions and 33 deletions

View file

@ -3,8 +3,8 @@
import os
import re
from pre_commit_logic.util.template_methods.file_checker_template_method import FileCheckerTemplateMethod
from pre_commit_logic.util.string_helpers import matches_any_regexp
from pre_commit_hooks.loaderon_hooks.util.string_helpers import matches_any_regexp
from pre_commit_hooks.loaderon_hooks.util.template_methods.file_checker_template_method import FileCheckerTemplateMethod
class LocationChecker(FileCheckerTemplateMethod):