Commit f907c164 authored by Chris McDonough's avatar Chris McDonough

Commented out second (always unreached) return statement in __or__ (thanks to Erik Enge).

parent 6768705a
......@@ -137,7 +137,7 @@ class ResultList:
union(self._words, x._words),
self._index,
)
return self.__class__(result, self._words+x._words, self._index)
# return self.__class__(result, self._words+x._words, self._index)
def near(self, x):
result = IIBucket()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment