Skip to content

Commit

Permalink
Merge pull request #331 from huard/fix_pep8
Browse files Browse the repository at this point in the history
fix pep8 problems
  • Loading branch information
huard authored May 29, 2020
2 parents ba03b42 + aa1ac76 commit ac34e6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flyingpigeon/processes/wps_pointinspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self):

LiteralInput("coords", "Coordinates",
abstract="Comma-seperated tuple of WGS85 lon, lat decimal coordinates "
"(e.g. 2.356138, 48.846450).",
"(e.g. 2.356138, 48.846450).",
# noqa
default="2.356138, 48.846450",
data_type='string',
Expand Down
1 change: 0 additions & 1 deletion flyingpigeon/processes/wpsio.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@
min_occurs=1,
max_occurs=1,
supported_formats=[FORMATS.GEOJSON, FORMATS.GML, FORMATS.JSON, FORMATS.SHP])

3 changes: 1 addition & 2 deletions flyingpigeon/subset_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
from pywps import LiteralInput, ComplexInput, ComplexOutput
from pywps import configuration, FORMATS
from pywps import configuration
import owslib
from owslib.wfs import WebFeatureService
import ocgis
Expand Down

0 comments on commit ac34e6c

Please sign in to comment.