Skip to content

Commit 63eafe9

Browse files
committed
Fix pep8
1 parent aab7fcb commit 63eafe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nanopub/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ def _search(self, endpoint: str, params: dict):
269269
def _parse_search_result(result: dict):
270270
"""
271271
Parse a nanopub search result (i.e. referring to one matching nanopublication).
272-
Rename 'v' to 'description', select only date, np, label and description fields and unnest them.
272+
Rename 'v' to 'description', select only date, np, label and description fields
273+
and unnest them.
273274
"""
274275
parsed = dict()
275276
parsed['np'] = result['np']['value']

0 commit comments

Comments
 (0)