File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44import sys
55
6- from asottile .yaml import ordered_dump
7- from asottile .yaml import ordered_load
6+ from aspy .yaml import ordered_dump
7+ from aspy .yaml import ordered_load
88from plumbum import local
99
1010import pre_commit .constants as C
Original file line number Diff line number Diff line change 3232 },
3333 install_requires = [
3434 'argparse' ,
35- 'asottile .yaml' ,
35+ 'aspy .yaml' ,
3636 'cached-property' ,
3737 'jsonschema' ,
3838 'nodeenv>=0.9.4' ,
Original file line number Diff line number Diff line change 33
44import io
55import os .path
6- from asottile .yaml import ordered_dump
6+ from aspy .yaml import ordered_dump
77from plumbum import local
88
99import pre_commit .constants as C
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
33import pytest
4- from asottile .yaml import ordered_load
4+ from aspy .yaml import ordered_load
55
66from pre_commit .clientlib .validate_base import get_validator
77from pre_commit .ordereddict import OrderedDict
You can’t perform that action at this time.
0 commit comments