Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Jul 18, 2024
1 parent cf5d62e commit bdb1deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robot-server/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _wait_until_ready(base_url: str) -> None:
time.sleep(0.1)


# TODO (spp, 2024-07-18: add data files deletion here)
def _clean_server_state(base_url: str) -> None:
async def _clean_server_state_async() -> None:
async with RobotClient.make(base_url=base_url, version="*") as robot_client:
Expand Down

0 comments on commit bdb1deb

Please sign in to comment.