Skip to content

Commit

Permalink
Remove resolved TODO
Browse files Browse the repository at this point in the history
This calls into StreamModeRunner which inserts the jobId down the line
  • Loading branch information
FlorentinD committed Jan 21, 2025
1 parent 0da9ee0 commit c75af81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphdatascience/algo/single_mode_algo_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class SingleModeAlgoEndpoints(CallerBase):
@property
@compatible_with("triangles", min_inclusive=ServerVersion(2, 5, 0))
def triangles(self) -> StreamModeRunner:
# todo insert job id
return StreamModeRunner(self._query_runner, f"{self._namespace}.triangles", self._server_version)


Expand Down

0 comments on commit c75af81

Please sign in to comment.