Skip to content

Commit

Permalink
Remove Iter from __all__.
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBartlett committed Jul 22, 2024
1 parent dd3452b commit f64d0e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion serox/collections/hash_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

__all__ = [
"HashSet",
"Iter",
]


Expand Down
1 change: 0 additions & 1 deletion serox/vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from serox.option import Null, Option, Some

__all__ = [
"Iter",
"Vec",
]

Expand Down

0 comments on commit f64d0e1

Please sign in to comment.