Skip to content

Commit bf91a90

Browse files
committed
Delete Downloader ABC
1 parent 1488078 commit bf91a90

File tree

2 files changed

+3
-86
lines changed

2 files changed

+3
-86
lines changed

src/ghga_connector/core/downloading/abstract_downloader.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/ghga_connector/core/downloading/downloader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
from ghga_connector.core.tasks import TaskHandler
3939

4040
from ..progress_bar import DownloadProgressBar
41-
from .abstract_downloader import DownloaderBase
4241
from .api_calls import (
4342
get_download_url,
4443
get_envelope_authorization,
@@ -49,8 +48,9 @@
4948
logger = logging.getLogger(__name__)
5049

5150

52-
class Downloader(DownloaderBase):
53-
"""Centralized high-level interface for download functionality. Used in the core.
51+
class Downloader:
52+
"""Centralized high-level interface for downloading a single file.
53+
5454
This is not meant to be reused, as internal state is not cleared.
5555
"""
5656

0 commit comments

Comments
 (0)