Skip to content

Commit

Permalink
Fixed lint error E303 too many blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY committed Jun 20, 2024
1 parent a224468 commit 6b0a433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kgforge/specializations/stores/bluebrain_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,10 @@ def retrieve(
**params,
) -> Union[List[Optional[Resource]], Optional[Resource]]:
"""
Retrieve a resource by its identifier from the configured store and possibly at a given version.
Retrieve one or many resources by identifier(s) from the configured store and possibly at a given version.
:param id_: the resource identifier to retrieve
:param version: a version of the resource to retrieve
:param id_: the identifier(s) of the resource(s) to retrieve
:param version: the version(s) of the resource(s) to retrieve. In case of list identifier and version values are matched by index
:param cross_bucket: instructs the configured store to whether search beyond the configured bucket (True) or not (False)
:param params: a dictionary of parameters. Supported parameters are:
[retrieve_source] whether to retrieve the resource payload as registered in the last update
Expand Down

0 comments on commit 6b0a433

Please sign in to comment.