From a552f7096a9f6e016c9bb1df1e0a77a17caeec1c Mon Sep 17 00:00:00 2001 From: Harutaka Kawamura Date: Mon, 3 Apr 2023 22:56:59 +0900 Subject: [PATCH] Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635) --- docs/the_black_code_style/future_style.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/the_black_code_style/future_style.md b/docs/the_black_code_style/future_style.md index f5fc364..bfab905 100644 --- a/docs/the_black_code_style/future_style.md +++ b/docs/the_black_code_style/future_style.md @@ -93,7 +93,6 @@ parentheses are now removed. For example: ```python my_dict = { - my_dict = { "a key in my dict": a_very_long_variable * and_a_very_long_function_call() / 100000.0, -- 2.39.2