Skip to content

Commit 9364e1c

Browse files
Remove leftover
1 parent 42c3e9c commit 9364e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/pdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3157,7 +3157,6 @@ def read_command(self, prompt):
31573157
def readline_completion(self, completer):
31583158
try:
31593159
import readline
3160-
import rlcompleter
31613160
except ImportError:
31623161
yield
31633162
return

0 commit comments

Comments
 (0)