Skip to content

Commit c75af81

Browse files
committed
Remove resolved TODO
This calls into StreamModeRunner which inserts the jobId down the line
1 parent 0da9ee0 commit c75af81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphdatascience/algo/single_mode_algo_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class SingleModeAlgoEndpoints(CallerBase):
99
@property
1010
@compatible_with("triangles", min_inclusive=ServerVersion(2, 5, 0))
1111
def triangles(self) -> StreamModeRunner:
12-
# todo insert job id
1312
return StreamModeRunner(self._query_runner, f"{self._namespace}.triangles", self._server_version)
1413

1514

0 commit comments

Comments
 (0)