Skip to content

Commit ef8be74

Browse files
authored
Merge pull request #2594 from bsipocz/MAINT_utils_remove_download_list_of_fitsfiles
MAINT: removed deprecated utils.download_list_of_fitsfiles
2 parents 9d6c9b0 + ae7c2d2 commit ef8be74

File tree

4 files changed

+3
-136
lines changed

4 files changed

+3
-136
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ Infrastructure, Utility and Other Changes and Additions
182182

183183
- Removed deprecated function ``utils.commons.send_request()``. [#2583]
184184

185+
- Removed deprecated function ``utils.download_list_of_fitsfiles()``. [#2594]
186+
187+
185188

186189
0.4.6 (2022-03-22)
187190
==================

astroquery/utils/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
functions that will ultimately be merged into `astropy.utils`.
55
"""
66
from .progressbar import chunk_report, chunk_read
7-
from .download_file_list import download_list_of_fitsfiles
87
from .class_or_instance import class_or_instance
98
from .commons import (parse_coordinates, TableList, suppress_vo_warnings,
109
validate_email, ASTROPY_LT_4_1, ASTROPY_LT_4_3, ASTROPY_LT_5_0,
@@ -15,7 +14,6 @@
1514

1615

1716
__all__ = ['chunk_report', 'chunk_read',
18-
'download_list_of_fitsfiles',
1917
'class_or_instance',
2018
'parse_coordinates',
2119
'TableList',

astroquery/utils/download_file_list.py

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

astroquery/utils/tests/test_download_file_list.py

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

0 commit comments

Comments
 (0)