From adabbd8ecd979889731443d022dd984c2ff49820 Mon Sep 17 00:00:00 2001 From: gregorni Date: Thu, 28 Sep 2023 17:57:54 +0200 Subject: [PATCH] formatter.py: Properly remove `another_newline()` this time --- blueprintcompiler/formatter.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/blueprintcompiler/formatter.py b/blueprintcompiler/formatter.py index 52ee2cb..cde96e1 100644 --- a/blueprintcompiler/formatter.py +++ b/blueprintcompiler/formatter.py @@ -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 ):