geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

remove unused force_decode #609

Closed huard closed 3 years ago

huard commented 3 years ago

Overview

Related Issue / Discussion

Remove import of sphinx.utils.force_decode. Looks like it was unused. Possibly a left-over from the Py2 deprecation.

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

huard commented 3 years ago

The build for 3.7 failed and seems to have cancelled the other builds.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 5c14d77bbb1da605a0e09141ccdac819086911a5 on huard:fix-608 into 5ad1fef65e6cdb756af46eede18f9a3d4c47d36f on geopython:pywps-4.4.

cehbrecht commented 3 years ago

The build for 3.7 failed and seems to have cancelled the other builds.

just re-run the build ... works 👍