Browse Source

Remove unused import; fix indentation.

tags/v0.3.3
Ben Kurtovic 10 years ago
parent
commit
1607687c37
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mwparserfromhell/wikicode.py

+ 1
- 2
mwparserfromhell/wikicode.py View File

@@ -21,7 +21,6 @@
# SOFTWARE.

from __future__ import unicode_literals
from collections import deque
from itertools import chain
import re

@@ -254,7 +253,7 @@ class Wikicode(StringMixIn):
if equivalent(obj, child):
return i
elif equivalent(obj, node):
return i
return i
raise ValueError(obj)

def insert(self, index, value):


Loading…
Cancel
Save