Skip to content

Commit 1c12f59

Browse files
authored
Merge pull request #62 from lsst/tickets/DM-54225
DM-54225: Drop unused code and pipe_tasks dependency.
2 parents 26e605c + 44016b0 commit 1c12f59

5 files changed

Lines changed: 2 additions & 427 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

doc/changes/DM-54225.removal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed the unused "builder" tasks and the `lsst.pipe.tasks` dependency.

python/lsst/cell_coadds/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
from . import typing_helpers # noqa: F401
23-
from ._cell_coadd_builder import *
2423
from ._coadd_ap_corr_map import *
2524
from ._common_components import *
2625
from ._exploded_coadd import *

0 commit comments

Comments
 (0)