Remove @entry

This commit is contained in:
Anthony Sottile 2014-08-06 17:20:45 -07:00
parent 9a017dcbe9
commit 32817f3958
6 changed files with 10 additions and 52 deletions

View file

@ -1,7 +1,5 @@
from __future__ import unicode_literals
import sys
from pre_commit.clientlib.validate_base import get_run_function
from pre_commit.clientlib.validate_base import get_validator
from pre_commit.clientlib.validate_base import is_regex_valid
@ -74,4 +72,4 @@ run = get_run_function(
if __name__ == '__main__':
sys.exit(run())
exit(run())