Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 695156e

Browse filesBrowse files
committed
Removed some unused imports.
1 parent 2b4b593 commit 695156e
Copy full SHA for 695156e

2 files changed

-2Lines changed: 0 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/autocomplete.py‎

Copy file name to clipboardExpand all lines: bpython/autocomplete.py
-1Lines 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
Collapse file

‎bpython/test/test_repl.py‎

Copy file name to clipboardExpand all lines: bpython/test/test_repl.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.