Skip to content

Commit 6f83d02

Browse files
authored
Fix pep8 issue
1 parent 0e7c60b commit 6f83d02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

owslib/feature/wfs200.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,7 @@ def __init__(
529529
else:
530530
self.abstract = None
531531
self.keywords = [
532-
f.text
533-
for f in elem.findall(nspath("Keywords/Keyword", ns=OWS_NAMESPACE))
532+
f.text for f in elem.findall(nspath("Keywords/Keyword", ns=OWS_NAMESPACE))
534533
]
535534

536535
# bboxes

0 commit comments

Comments
 (0)