Use whitespace around operators in conformance with PEP 8.
PEP 8 specifies: * A single space around binary operators (e.g. ‘=’ assignment, ‘%’ modulus). * No surrounding space around ‘=’ in keyword argument assignment for a function call.
This commit is contained in:
parent
9a2d05e51f
commit
237abe539a
1 changed files with 12 additions and 12 deletions
Loading…
Reference in a new issue