Fix style problems
- don't use spaces when passing keyword arguments e.g. foo(bar=42), not foo(bar = 42), - remove empty line at top of file - separate imports into groups with empty line - sort imports alphabetically
Loading
Please sign in to comment