mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36: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:
|
||||
self._perform_checks()
|
||||
return 0
|
||||
except ArgumentTypeError as ex:
|
||||
str(ex)
|
||||
return 1
|
||||
except CheckFailedException as ex:
|
||||
str(ex)
|
||||
return 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue