Skip to content

Commit 82a1dea

Browse files
committed
Remove unused function
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent b66b243 commit 82a1dea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bpython/curtsiesfrontend/parse.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,3 @@ def peel_off_string(s):
7878
rest = d['rest']
7979
del d['rest']
8080
return d, rest
81-
82-
def string_to_fmtstr(x):
83-
config = Struct()
84-
loadini(config, default_config_path())
85-
return parse(format(PythonLexer().get_tokens(x), BPythonFormatter(config.color_scheme)))

0 commit comments

Comments
 (0)