Make ordereddict a direct dependency.

This commit is contained in:
Anthony Sottile 2014-06-17 06:59:13 -07:00
parent 203c554734
commit a984a02c84
8 changed files with 17 additions and 11 deletions

View file

@ -1,10 +1,10 @@
from __future__ import unicode_literals
from asottile.ordereddict import OrderedDict
from cached_property import cached_property
from pre_commit.languages.all import languages
from pre_commit.manifest import Manifest
from pre_commit.ordereddict import OrderedDict
from pre_commit.prefixed_command_runner import PrefixedCommandRunner