Skip to content

Commit 87ce63e

Browse files
committed
Remove useless assert
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent c83d08d commit 87ce63e

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
@@ -636,7 +636,6 @@ def complete(self, tab=False):
636636
return completer.shown_before_tab
637637

638638
else:
639-
assert len(matches) > 1
640639
return tab or completer.shown_before_tab
641640

642641
def format_docstring(self, docstring, width, height):

0 commit comments

Comments
 (0)