We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050cefc commit 65d6968Copy full SHA for 65d6968
astroquery/sdss/__init__.py
@@ -28,4 +28,4 @@ class Conf(_config.ConfigNamespace):
28
from .core import SDSS, SDSSClass
29
30
31
-__all__ = ["SDSS", "SDSSClass", conf]
+__all__ = ['SDSS', 'SDSSClass', 'Conf', 'conf']
0 commit comments