This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
In essence, the algorithm takes the code and reformats it to
the best formatting that conforms to the style guide, even
if the original code didn’t violate the style guide.
The ultimate goal is that the code YAPF produces is as good
as the code that a programmer would write if they were
following the style guide. It takes away some of the drudgery
of maintaining your code.