[Misc] Minor fixes and refactor utils code (#1117)

This commit is contained in:
Deshraj Yadav
2024-01-05 14:01:56 +05:30
committed by GitHub
parent 94ba82f2a2
commit 5c1f78879f
29 changed files with 29 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ import logging
from typing import Any, Dict, Optional
from embedchain.loaders.base_loader import BaseLoader
from embedchain.utils import clean_string
from embedchain.utils.misc import clean_string
class MySQLLoader(BaseLoader):