FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove useless assert · pythonthings/bpython@87ce63e · GitHub

Commit 87ce63e

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL