From 0f41a6f273244a1a152d79894dbcb0c90a146c0b Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:17:14 -0400 Subject: [PATCH] remove todos --- pipestat/backends/pephub_backend/pephubbackend.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipestat/backends/pephub_backend/pephubbackend.py b/pipestat/backends/pephub_backend/pephubbackend.py index 4a3d4329..748b8a6b 100644 --- a/pipestat/backends/pephub_backend/pephubbackend.py +++ b/pipestat/backends/pephub_backend/pephubbackend.py @@ -111,7 +111,6 @@ def list_results( ] ) try: - # TODO had to add rid to step deeper into data structure vs dbbackend implementation. Why are they different? record = record["records"][0][rid] except IndexError: return [] @@ -383,7 +382,6 @@ def select_records( """ if cursor: - # TODO can we support cursor through pephubclient? _LOGGER.warning("Cursor not supported for PEPHubBackend, ignoring cursor") def get_operator(op: Literal["eq", "lt", "ge", "gt", "in"]) -> Any: