Skip to content

Commit 880a615

Browse files
authored
add find_spectrum and find_spectra to __all__ (#183)
1 parent 52bed81 commit 880a615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrodb_utils/spectra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import matplotlib.pyplot as plt
2727

2828

29-
__all__ = ["check_spectrum_plottable"]
29+
__all__ = ["check_spectrum_plottable", "ingest_spectrum", "find_spectra"]
3030

3131
logger = logging.getLogger(__name__)
3232

0 commit comments

Comments
 (0)