Skip to content

Commit

Permalink
Merge pull request #82 from lsst/tickets/DM-23166
Browse files Browse the repository at this point in the history
DM-23166: Add __all__ to lsst.utils.deprecated
  • Loading branch information
jonathansick committed Jan 23, 2020
2 parents ea0b9bf + 567cf51 commit 686a884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/utils/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__all__ = ['deprecate_pybind11', 'suppress_deprecations']

import deprecated.sphinx
import functools
import unittest.mock
Expand Down

0 comments on commit 686a884

Please sign in to comment.