Remove pre_commit.ordereddict module

This commit is contained in:
Anthony Sottile 2017-01-30 08:21:34 -08:00
parent 5a1c4bed62
commit 7e512004d6
7 changed files with 8 additions and 13 deletions

View file

@ -1,10 +1,11 @@
from __future__ import unicode_literals
from collections import OrderedDict
import pytest
from aspy.yaml import ordered_load
from pre_commit.clientlib.validate_base import get_validator
from pre_commit.ordereddict import OrderedDict
from testing.util import get_resource_path