Skip to content

Commit e3be27a

Browse files
jwoillezceb8
authored andcommitted
setup.py egg_info fix
1 parent 8ff0977 commit e3be27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from ._astropy_init import *
1313
# ----------------------------------------------------------------------------
1414

15+
1516
import os
1617
import logging
1718

@@ -58,4 +59,5 @@ class Conf(_config.ConfigNamespace):
5859
'Astroquery-wide default cache timeout (seconds).'
5960
)
6061

62+
6163
conf = Conf()

0 commit comments

Comments
 (0)