Skip to content

Commit 54648ef

Browse files
committed
Somehow merging left a redundant import; remove this.
1 parent 0c99d3a commit 54648ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

html5lib/tests/test_serializer.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55

66
from .support import get_data_files
77

8-
try:
9-
from collections import OrderedDict
10-
except ImportError:
11-
# Python 2.6 support
12-
from ordereddict import OrderedDict
13-
148
try:
159
unittest.TestCase.assertEqual
1610
except AttributeError:

0 commit comments

Comments
 (0)