While working on #1254 I applied via the "apply suggestion" button thingy the suggestions from @peanutfun.
(These brought some corrections to some docstrings in coordinates.py. )
The pre-commit hook for formatting complained that some format was incorrect, and indeed indentation was wrong by one space.
This is not really an issue, but it took me a few minutes to understand the problem, so I thought I'd share.