mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
deleted unused code
This commit is contained in:
parent
1e7b96e4c0
commit
dbe3cd46d7
1 changed files with 0 additions and 3 deletions
|
|
@ -24,9 +24,6 @@ class CheckerTemplateMethod(object):
|
||||||
try:
|
try:
|
||||||
self._perform_checks()
|
self._perform_checks()
|
||||||
return 0
|
return 0
|
||||||
except ArgumentTypeError as ex:
|
|
||||||
str(ex)
|
|
||||||
return 1
|
|
||||||
except CheckFailedException as ex:
|
except CheckFailedException as ex:
|
||||||
str(ex)
|
str(ex)
|
||||||
return 2
|
return 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue