spulec / pep8ify

A library that modifies python source code to conform to pep8.
Apache License 2.0
118 stars 12 forks source link

Update fix_missing_whitespace.py #25

Closed pbeeson closed 4 years ago

pbeeson commented 5 years ago

Fix needed to handle certain python files that use 2D numpy arrays.

pbeeson commented 5 years ago

Specifically when using numpy 2D arrays and indexing using : this is needed. Example: a=b[:, 0]