diff --git a/examples/custom_source_hn/main.py b/examples/custom_source_hn/main.py index 4e68dadb..c4fa419f 100644 --- a/examples/custom_source_hn/main.py +++ b/examples/custom_source_hn/main.py @@ -211,7 +211,6 @@ def hackernews_flow( content_type="comment", author=comment["author"], text=comment["text"], - url="", created_at=comment["created_at"], )