Skip to content

Commit

Permalink
Add subtractAlgorithmRegistry to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed May 3, 2018
1 parent 0db841d commit c2bfadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/imagePsfMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# see <http://www.lsstcorp.org/LegalNotices/>.
#

__all__ = ["ImagePsfMatchConfig", "ImagePsfMatchTask"]
__all__ = ["ImagePsfMatchConfig", "ImagePsfMatchTask", "subtractAlgorithmRegistry"]

import numpy as np

Expand Down

0 comments on commit c2bfadb

Please sign in to comment.