Skip to content

Commit

Permalink
add __all__ even though i don't want to
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 7, 2025
1 parent a1f86e2 commit d6bec34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wheel/python/chia_rs/datalayer.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ class MerkleBlob:

def __len__(self) -> int: ...

# TODO: i would rather not specify this at all
__all__: Sequence[str] = ["InternalNode", "LeafNode", "MerkleBlob"]

0 comments on commit d6bec34

Please sign in to comment.