Skip to content

Commit

Permalink
Remove deprecated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Jun 27, 2024
1 parent 5c3b8b5 commit 0e4cde6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,3 @@
from .tasks import *
from .utils import *
from .utils import logging


# isort: split

# Deprecated modules
from . import arrow_dataset as _arrow_dataset
from . import utils as _utils
from .utils import download_manager as _deprecated_download_manager


_arrow_dataset.concatenate_datasets = concatenate_datasets
_utils.DownloadConfig = DownloadConfig
_utils.DownloadManager = DownloadManager
_utils.DownloadMode = DownloadMode
_deprecated_download_manager.DownloadConfig = DownloadConfig
_deprecated_download_manager.DownloadMode = DownloadMode
_deprecated_download_manager.DownloadManager = DownloadManager

del _arrow_dataset, _utils, _deprecated_download_manager

0 comments on commit 0e4cde6

Please sign in to comment.