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 6b0a433 commit 89f98bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgforge/specializations/stores/bluebrain_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def retrieve(
:param params: a dictionary of parameters. Supported parameters are:
[retrieve_source] whether to retrieve the resource payload as registered in the last update
(default: True)
:return: Resource
:return: Union[List[Optional[Resource]], Optional[Resource]]
"""

ids = [id_] if isinstance(id_, str) else id_
Expand Down

0 comments on commit 89f98bb

Please sign in to comment.