Skip to content

Commit

Permalink
fix: fix type hints (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Nov 6, 2024
1 parent 552b346 commit 500b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udata_hydra/analysis/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async def detect_resource_change_on_early_hints(


async def detect_resource_change_from_harvest(
checks_data: list, resource_id: str
checks_data: tuple, resource_id: str
) -> tuple[Change, dict | None]:
"""
Checks if resource has a harvest.modified_at
Expand Down

0 comments on commit 500b921

Please sign in to comment.