Skip to content

Commit c4aeb9f

Browse files
committed
must have expected to rename a function or something; deleting superfluous
function def
1 parent 6ba08e9 commit c4aeb9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bpython/cli.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ def next_token_inside_string(s, inside_string):
242242
inside_string = False
243243
return inside_string
244244

245-
def clean_argspec(spec, f):
246-
"""Argspecs can contain eg.. "foo=os.environ", so display that as it is in
247-
the source as opposed to str(os.environ)"""
248-
249-
250245
class Interpreter(code.InteractiveInterpreter):
251246

252247
def __init__(self, encoding):

0 commit comments

Comments
 (0)