Skip to content

Commit bb5c03e

Browse files
committed
Remove obsolete comment
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 758d6a6 commit bb5c03e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def next(self):
221221
return self.__next__()
222222

223223
def __next__(self):
224-
"""Keep this around until we drop 2to3."""
225224
self.index = (self.index + 1) % len(self.matches)
226225
return self.matches[self.index]
227226

0 commit comments

Comments
 (0)