Skip to content

Commit

Permalink
Merge pull request #775 from cehbrecht/fix-pep8
Browse files Browse the repository at this point in the history
pep8
  • Loading branch information
cehbrecht committed May 10, 2021
2 parents 63fb3b4 + 36a70af commit 9da00e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions owslib/catalogue/csw2.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ def getrecordbyid(self, id=[], esn='full', outputschema=namespaces['csw'], forma
def getrecords2(self, constraints=[], sortby=None, typenames='csw:Record', esn='summary',
outputschema=namespaces['csw'], format=outputformat, startposition=0,
maxrecords=10, cql=None, xml=None, resulttype='results',
distributedsearch=False, hopcount=1
):
distributedsearch=False, hopcount=1):
"""
Construct and process a GetRecords request
Expand Down
2 changes: 1 addition & 1 deletion owslib/wps.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def isSucceded(self):
retained for backwards-compatibility.
"""
return self.isSucceeded()

def isSucceeded(self):
"""
Returns a boolean regarding the success status of the process.
Expand Down

0 comments on commit 9da00e9

Please sign in to comment.