Skip to content

Commit

Permalink
feat: refactoring of export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Oct 21, 2024
1 parent 3d6bbcd commit 0ea00c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 109 deletions.
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.

0 comments on commit 0ea00c0

Please sign in to comment.