fix(spiders): corrections and removal of dead code

This commit is contained in:
Karim shoair
2026-02-15 04:25:32 +02:00
parent b8b9a7f864
commit 02b11c535e
4 changed files with 4 additions and 7 deletions
-1
View File
@@ -15,7 +15,6 @@ class ItemList(list):
:param path: Path to the output file
:param indent: Pretty-print with 2-space indentation (slightly slower)
:return: Number of items written
"""
options = orjson.OPT_SERIALIZE_NUMPY
if indent: