Skip to content

Commit be4cd1c

Browse files
committed
Remove unused import
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 00760f9 commit be4cd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/coderunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import greenlet
1616
import logging
1717

18-
from bpython._py3compat import py3, try_decode
18+
from bpython._py3compat import py3
1919
from bpython.config import getpreferredencoding
2020

2121
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)