normalize_docstring_quotes_and_prefixes_properly (unused)

This commit is contained in:
Jelle Zijlstra 2022-12-10 08:46:51 -08:00
parent fe271eda27
commit 92370825ce

View File

@ -150,7 +150,6 @@ class Preview(Enum):
"""Individual preview style features."""
long_docstring_quotes_on_newline = auto()
normalize_docstring_quotes_and_prefixes_properly = auto()
one_element_subscript = auto()
remove_block_trailing_newline = auto()
remove_redundant_parens = auto()