From: Zac Hatfield-Dodds Date: Fri, 6 May 2022 14:06:27 +0000 (-0700) Subject: Move imports of `ThreadPoolExecutor` into `reformat_many()`, allowing Black-in-the... X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9ce100ba61b6738298d86818a3d0eee7b18bfed7?hp=9ce100ba61b6738298d86818a3d0eee7b18bfed7 Move imports of `ThreadPoolExecutor` into `reformat_many()`, allowing Black-in-the-browser (#3046) This is a slight perf win for use-cases that don't invoke `reformat_many()`, but more importantly to me today it means I can use Black in pyscript. ---