Skip to content

Commit 50b4c2b

Browse files
committed
oops, mogrify should be part of public API
1 parent cc2d707 commit 50b4c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unpythonic/collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""Additional containers and container utilities."""
33

44
__all__ = ["box", "frozendict", "roview", "view", "ShadowedSequence",
5+
"mogrify",
56
"get_abcs", "in_slice", "index_in_slice",
67
"SequenceView", "MutableSequenceView"] # ABCs
78

0 commit comments

Comments
 (0)