Use asottile.cached_property.

This commit is contained in:
Anthony Sottile 2014-06-01 16:41:58 -07:00
parent 619bca2bdc
commit 39c4ee6e96
7 changed files with 5 additions and 45 deletions

View file

@ -1,9 +1,9 @@
from asottile.cached_property import cached_property
from asottile.ordereddict import OrderedDict
from pre_commit.languages.all import languages
from pre_commit.manifest import Manifest
from pre_commit.prefixed_command_runner import PrefixedCommandRunner
from pre_commit.util import cached_property
class Repository(object):