Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Dec 4, 2024
1 parent 3e33609 commit 4823dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caveclient/chunkedgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def get_minimal_covering_nodes(self, node_ids: Iterable[np.int64 or int]) -> dic
----------
nodes_ids : Iterable of int or np.int64
List of root IDs to query.
Returns
-------
np.array of np.int64:
Expand All @@ -288,7 +288,7 @@ def get_minimal_covering_nodes(self, node_ids: Iterable[np.int64 or int]) -> dic
headers={"Content-Type": "application/json"},
)
return np.frombuffer(response.content, dtype=np.uint64)

def get_merge_log(self, root_id) -> list:
"""Get the merge log (splits and merges) for an object.
Expand Down

0 comments on commit 4823dcf

Please sign in to comment.