Closed
Description
With the merging of #728, we can now consider dropping Python2-specific code and workarounds.
Some candidates are:
- https://github.com/pvlib/pvlib-python/blob/master/pvlib/atmosphere.py#L214
- Uses of
from __future__ import ...
- Other places where Python 2 vs. 3 considerations may have "complected" the code.