Remove obsolete features

This commit is contained in:
Jelle Zijlstra 2023-12-09 19:36:35 -08:00
parent 337a85df22
commit 37f8ed0a3f

View File

@ -171,10 +171,6 @@ class Preview(Enum):
hex_codes_in_unicode_sequences = auto() hex_codes_in_unicode_sequences = auto()
string_processing = auto() string_processing = auto()
hug_parens_with_braces_and_square_brackets = 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): class Deprecated(UserWarning):