Skip to content

Commit ab3a753

Browse files
committed
Merge pull request #701 from bsipocz/eso_warning_removal
Removing warnings for eso upgrade
2 parents 86cfcad + 251a53f commit ab3a753

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

astroquery/eso/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"""
33
ESO service.
44
"""
5-
import warnings
6-
75
from astropy import config as _config
86

97

@@ -26,8 +24,3 @@ class Conf(_config.ConfigNamespace):
2624
__all__ = ['Eso', 'EsoClass',
2725
'Conf', 'conf',
2826
]
29-
30-
warnings.warn("ESO is deploying new query forms in the first half of April "
31-
"2016. While we aim to accommodate the changes as soon as "
32-
"possible into astroquery, please be advised that things "
33-
"might break temporarily.")

docs/eso/eso.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
ESO Queries (`astroquery.eso`)
77
******************************
88

9-
.. warning::
10-
ESO is deploying new query forms in the first half of April 2016. While
11-
we aim to accommodate the changes as soon as possible into astroquery,
12-
please be advised that things might break temporarily.
13-
149
Getting started
1510
===============
1611

0 commit comments

Comments
 (0)