Skip to content

Commit

Permalink
Add missing __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 14, 2022
1 parent f0c8fd3 commit f774ee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/daf/butler/core/_butlerUri.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Temporarily alias ResourcePath as ButlerURI.
__all__ = ["ButlerURI"]

from typing import Any, Type

from deprecated.sphinx import deprecated
Expand Down

0 comments on commit f774ee9

Please sign in to comment.