Skip to content

Commit 65d6968

Browse files
committed
BUG: __all__ should contain strings
1 parent 050cefc commit 65d6968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class Conf(_config.ConfigNamespace):
2828
from .core import SDSS, SDSSClass
2929

3030

31-
__all__ = ["SDSS", "SDSSClass", conf]
31+
__all__ = ['SDSS', 'SDSSClass', 'Conf', 'conf']

0 commit comments

Comments
 (0)