From 92370825cede7ac7901d64405842226c8d710653 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 10 Dec 2022 08:46:51 -0800 Subject: [PATCH] normalize_docstring_quotes_and_prefixes_properly (unused) --- src/black/mode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/black/mode.py b/src/black/mode.py index 3cc7412..190ad25 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -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()