We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da9ee0 commit c75af81Copy full SHA for c75af81
graphdatascience/algo/single_mode_algo_endpoints.py
@@ -9,7 +9,6 @@ class SingleModeAlgoEndpoints(CallerBase):
9
@property
10
@compatible_with("triangles", min_inclusive=ServerVersion(2, 5, 0))
11
def triangles(self) -> StreamModeRunner:
12
- # todo insert job id
13
return StreamModeRunner(self._query_runner, f"{self._namespace}.triangles", self._server_version)
14
15
0 commit comments