Skip to content

Commit 0280871

Browse files
committed
Merge.
2 parents 7a85371 + d88971d commit 0280871

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bpython/autocomplete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#
2323

2424
import __builtin__
25-
import __main__
2625
import rlcompleter
2726
import re
2827
from bpython import inspection

bpython/test/test_repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import unittest
3-
import sys
43
from itertools import islice
54
from mock import Mock
65
from bpython import config, repl, cli, autocomplete

0 commit comments

Comments
 (0)