Skip to content

Commit

Permalink
Add __all__ to lsst.utils.deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jan 23, 2020
1 parent ea0b9bf commit a6a70c1
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 a6a70c1

Please sign in to comment.