소스 검색

Remove unused import; fix indentation.

tags/v0.3.3
Ben Kurtovic 10 년 전
부모
커밋
1607687c37
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      mwparserfromhell/wikicode.py

+ 1
- 2
mwparserfromhell/wikicode.py 파일 보기

@@ -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):


불러오는 중...
취소
저장