Skip to content

Commit

Permalink
Somehow merging left a redundant import; remove this.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed May 16, 2013
1 parent 0c99d3a commit 54648ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions html5lib/tests/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

from .support import get_data_files

try:
from collections import OrderedDict
except ImportError:
# Python 2.6 support
from ordereddict import OrderedDict

try:
unittest.TestCase.assertEqual
except AttributeError:
Expand Down

0 comments on commit 54648ef

Please sign in to comment.