formatter.py: Properly remove another_newline() this time

This commit is contained in:
gregorni 2023-09-28 17:57:54 +02:00
parent 49937b5dd5
commit adabbd8ecd

View file

@ -58,9 +58,6 @@ class Format:
parentheses_balance = 0
bracket_tracker = [None]
def another_newline(one_indent_less=False): # TODO: Try to remove this function
nonlocal end_str
def commit_current_line(
line_type=prev_line_type, redo_whitespace=False, newlines_before=1
):