white
white copied to clipboard
wrong indent for function with annotaion.
When there is an annotation line in front of function, white will add an extra blank line before the function, which will raise error in flake8 syntax check.
The logic is implemented here: https://github.com/ambv/black, you should probably file this issue there.