Skip to content

feat: refactoring of export functions #761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scrapegraphai/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
__init__.py file for utils folder
"""
from .convert_to_csv import convert_to_csv
from .convert_to_json import convert_to_json
from .prettify_exec_info import prettify_exec_info
from .proxy_rotation import Proxy, parse_or_search_proxy, search_proxy_servers
from .save_audio_from_bytes import save_audio_from_bytes
Expand All @@ -28,3 +26,4 @@
validation_focused_code_generation,
semantic_focused_code_generation)
from .save_code_to_file import save_code_to_file
from .data_export import export_to_json, export_to_csv, export_to_xml
55 changes: 0 additions & 55 deletions scrapegraphai/utils/convert_to_csv.py

This file was deleted.

52 changes: 0 additions & 52 deletions scrapegraphai/utils/convert_to_json.py

This file was deleted.

Loading