From 37f8ed0a3fb97cc99554673efe22a12684f543db Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 9 Dec 2023 19:36:35 -0800 Subject: [PATCH] Remove obsolete features --- src/black/mode.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/black/mode.py b/src/black/mode.py index dd2c447..13d8551 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -171,10 +171,6 @@ class Preview(Enum): hex_codes_in_unicode_sequences = auto() string_processing = auto() hug_parens_with_braces_and_square_brackets = auto() - allow_empty_first_line_in_block = auto() - single_line_format_skip_with_multiple_comments = auto() - long_case_block_line_splitting = auto() - allow_form_feeds = auto() class Deprecated(UserWarning):