``` --- /tmp/wat.py 2020-08-24 11:48:49.409868 +0000 +++ /tmp/wat.py 2020-08-24 11:49:16.096574 +0000 @@ -1,5 +1,4 @@ if False: - x = { - "a": 1, - "b": 2, - }["a"] + x = {"a": 1, "b": 2,}[ + "a" + ] ``` _Originally posted by @GianlucaFicarelli in https://github.com/psf/black/issues/1288#issuecomment-679061119_