Fix an example for 'Improved parentheses management' in the (future o… · psf/black@a552f70 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit a552f70
Fix an example for 'Improved parentheses management' in the (future of the) Black code style (#3635)
File tree
1 file changed
lines changed
- docs/the_black_code_style
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -93,7 +93,6 @@ parentheses are now removed. For example: | ||
93 | 93 | |
94 | 94 | ```python |
95 | 95 | my_dict = { |
96 | - my_dict = { | |
97 | 96 | "a key in my dict": a_very_long_variable |
98 | 97 | * and_a_very_long_function_call() |
99 | 98 | / 100000.0, |