Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635)
This commit is contained in:
parent
96ee2fef3d
commit
a552f7096a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user