Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers authored and megies committed Feb 14, 2019
1 parent 2053f25 commit 93e0595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion obspy/core/event/resourceid.py
Expand Up @@ -517,7 +517,9 @@ def get_quakeml_uri(self, authority_id="local"):

def get_quakeml_uri_str(self, authority_id="local"):
"""
Returns the ID as a valid QuakeML URI if possible else raise ValueError.
Returns an id with a valid QuakeML URI.
If no valid QuakeML is possible a ValueError is raised.
:type authority_id: str, optional
:param authority_id: The base url of the resulting string. Defaults to
Expand Down

0 comments on commit 93e0595

Please sign in to comment.