Skip to content

Commit 24ecb03

Browse files
committed
Fix connections
1 parent 6815f1c commit 24ecb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/pipe/tasks/mergeDetections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

22-
__all__ = ["MergeDetectionsConfig", "MergeDetectionsTask", "MergeDetectionsConnections"]
22+
__all__ = ["MergeDetectionsConfig", "MergeDetectionsTask"]
2323

2424
import numpy as np
2525
from numpy.lib.recfunctions import rec_join

0 commit comments

Comments
 (0)