mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Fix the build in python 2.6: speeling error
This commit is contained in:
parent
254655e2fd
commit
ae1d1681b2
2 changed files with 1 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ from __future__ import absolute_import
|
|||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from orderddict import OrderedDict
|
||||
from ordereddict import OrderedDict
|
||||
|
||||
__all__ = (OrderedDict.__name__,)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue