duplicate of #3746 ```bash $ black p.py error: cannot format p.py: Cannot parse: 1:7: print(f"Frame({ Oh no! 💥 💔 💥 1 file failed to reformat. $ python .\p.py Frame(1 2, 3, 4, 5) $ black --version black, 24.3.0 (compiled: yes) Python (CPython) 3.12.2 $ cat .\p.py print(f"Frame({ 1} { 2}, {3}, { 4}, {5})") ```