Skip to content

Commit

Permalink
trivial update to __all__ for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Nov 16, 2022
1 parent 30196b5 commit cb5108b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heparchy/write/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
from .hdf import *


__all__ = hdf.__all__.copy()
__all__ = []
__all__.extend(hdf.__all__)

0 comments on commit cb5108b

Please sign in to comment.