[Bugfix] fix sitemap loader (#1000)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-12-07 16:32:41 -08:00
committed by GitHub
parent 111749a95d
commit ff4a333be7
6 changed files with 11 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
import hashlib
import logging
import time
from xml.etree import ElementTree
import requests
from xml.etree import ElementTree
from embedchain.helpers.json_serializable import register_deserializable
from embedchain.loaders.base_loader import BaseLoader
from embedchain.utils import is_readable