gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

PR: Static analysis pass. #82

Closed KelSolaar closed 6 years ago

KelSolaar commented 6 years ago

I performed an first static analysis pass over the codebase with PyCharm and Codacy.

KelSolaar commented 6 years ago

I have implemented the code review changes except for the basestring stuff as per my above comment.

KelSolaar commented 6 years ago

@gtaylor: /done!