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):