Skip to content

Commit

Permalink
Fix an example for 'Improved parentheses management' in the (future o…
Browse files Browse the repository at this point in the history
…f the) Black code style (#3635)
  • Loading branch information
harupy authored Apr 3, 2023
1 parent 96ee2fe commit a552f70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/the_black_code_style/future_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a552f70

Please sign in to comment.