X Tutup
Skip to content

Commit 2a4bc48

Browse files
committed
Forgot to remove some old code in commit b6bacd19248d.
1 parent ec293d1 commit 2a4bc48

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bpython/formatter.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,6 @@ def __init__(self, color_scheme, **options):
101101

102102
def format(self, tokensource, outfile):
103103
o = ''
104-
105-
try:
106-
curses.curs_set(1)
107-
except curses.error:
108-
# We are in a sucky terminal emulator that does not support it.
109-
pass
110-
111104
for token, text in tokensource:
112105
if text == '\n':
113106
continue

0 commit comments

Comments
 (0)
X Tutup