mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
yaml extensions and ordereddict are now imported from asottile.
This commit is contained in:
parent
c0a0a21680
commit
e58d28aad3
8 changed files with 18 additions and 99 deletions
|
|
@ -1,10 +0,0 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
# This module serves only as a shim for OrderedDict
|
||||
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from ordereddict import OrderedDict
|
||||
|
||||
__all__ = (OrderedDict.__name__,)
|
||||
Loading…
Add table
Add a link
Reference in a new issue