Skip to content

Commit f1a833d

Browse files
authored
MAINT: don't expose private functions in namespace
1 parent 6387e3e commit f1a833d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esa/hubble/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from . import conf
2626
from astroquery import log
2727

28-
__all__ = ['ESAHubble', 'ESAHubbleClass', '_check_rename_to_gz']
28+
__all__ = ['ESAHubble', 'ESAHubbleClass']
2929

3030

3131
def _check_rename_to_gz(filename):

0 commit comments

Comments
 (0)