X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/67eaf2466596394d5765ba4026d34e7b822814ab..3800ebd81df6a1c31d1eac8cc15899537b9cbb61:/src/black/mode.py diff --git a/src/black/mode.py b/src/black/mode.py index 455ed36..77b1cab 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -127,7 +127,7 @@ class Preview(Enum): """Individual preview style features.""" string_processing = auto() - hug_simple_powers = auto() + one_element_subscript = auto() class Deprecated(UserWarning):