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:
Ben Finney 2022-12-19 09:25:54 +11:00
parent 9a2d05e51f
commit 237abe539a