Skip to content

Commit 559ebd2

Browse files
committed
remove todos
1 parent 05534e4 commit 559ebd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

caveclient/chunkedgraph.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_user_operations(
327327
"""
328328
Get operation details for a user ID. Currently, this is only available to
329329
admins.
330-
330+
331331
332332
Parameters
333333
----------
@@ -834,13 +834,11 @@ def get_operation_details(self, operation_ids: Iterable[int]):
834834
points placed by the user when specifying the operation. Each sink
835835
coordinate is a list of three integers (x, y, z), corresponding to
836836
spatial coordinates in segmentation voxel space.
837-
# TODO make sure this is the correct specification
838837
"source_coords": list of list of int
839838
List of source coordinates for this operation. The source is one of the
840839
points placed by the user when specifying the operation. Each source
841840
coordinate is a list of three integers (x, y, z), corresponding to
842841
spatial coordinates in segmentation voxel space.
843-
# TODO make sure this is the correct specification
844842
"timestamp": str
845843
Timestamp of the operation.
846844
"user": str

0 commit comments

Comments
 (0)