perrygeo / python-rasterstats

Summary statistics of geospatial raster datasets based on vector geometries.
BSD 3-Clause "New" or "Revised" License
525 stars 117 forks source link

Sort and absolufy imports #284

Closed mwtoews closed 1 year ago

mwtoews commented 1 year ago

This PR simplifies and tidies imports using isort and absolufy-imports. Other unused imports are cleaned up, as well as a few manual edits related to imports.

This brings consistency of imports, and PEP 8 recommends absolute imports (previously a mixture of relative and absolute were used).

perrygeo commented 1 year ago

Looks great, thanks @mwtoews - yet again!