Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jul 15, 2024
1 parent 2463db1 commit 0f41a6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipestat/backends/pephub_backend/pephubbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0f41a6f

Please sign in to comment.