Skip to content

Commit

Permalink
Whoops not *that* auto
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
felix-hilden and JelleZijlstra committed Jan 20, 2022
1 parent 365a839 commit 782b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def supports_feature(target_versions: Set[TargetVersion], feature: Feature) -> b
class Preview(Enum):
"""Individual preview style features."""

string_processing = auto
string_processing = auto()


class Deprecated(UserWarning):
Expand Down

0 comments on commit 782b2fd

Please sign in to comment.