Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 19, 2024
1 parent 7aff666 commit 15bc7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owslib/wmts.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def __init__(self, elem, parent=None, index=0, parse_remote_metadata=False):

values = [f.text for f in dim.findall(_DIMENSION_VALUE_TAG)]
if len(values) == 0:
raise ValueError(
raise ValueError(
'%s list of values can not be empty' % (dim,)
)
dimension['values'] = values
Expand Down

0 comments on commit 15bc7b6

Please sign in to comment.