mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use aspy.yaml instead.
This commit is contained in:
parent
fe5e829ea4
commit
5575dbae05
4 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
from asottile.yaml import ordered_load
|
||||
from aspy.yaml import ordered_load
|
||||
|
||||
from pre_commit.clientlib.validate_base import get_validator
|
||||
from pre_commit.ordereddict import OrderedDict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue