Skip to content

Commit d57f008

Browse files
Removed old commented-out code
1 parent 12ff50d commit d57f008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/line.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def current_dict_key(cursor_offset: int, line: str) -> Optional[LinePart]:
9292
f'{_capture_dict_name}((?:'
9393
f'{_match_single_quote_str_bytes}|'
9494
f'{_match_double_quote_str_bytes}|'
95-
# f'{_match_int_and_float}|'
96-
# f'{_match_tuple}|'
9795
f'{_match_all_dict_keys}|)*)',
9896
re.VERBOSE
9997
)

0 commit comments

Comments
 (0)