Skip to content

Commit

Permalink
Add __all__ to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 9, 2023
1 parent 7e60714 commit 35a5a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dandischema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__all__ = ["__version__", "migrate", "validate"]

from ._version import __version__
from .metadata import migrate, validate

0 comments on commit 35a5a91

Please sign in to comment.