Skip to content

Commit

Permalink
style: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Criamos committed Dec 5, 2024
1 parent b60e2de commit 716504e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions converter/util/robots_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,3 @@ def is_ai_usage_allowed(url: str, robots_txt: str = None) -> bool:
)
return _ai_usage_allowed


if __name__ == "__main__":
logger.info("Fetching robots.txt...")
# ToDo:
# - implement a re-usable LomBase method (-> check against response.url for each item)
# - implement this function as a pipeline?
pass

0 comments on commit 716504e

Please sign in to comment.