Skip to content
Snippets Groups Projects
Commit 9ee4a263 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

minor import fixes

parent 03d3369a
No related branches found
No related tags found
No related merge requests found
# v2.18.8 # v2.18.8
* added parameter to unpack_dict * added parameter to unpack_dict
* minor import fixes and optimizations
__version__ = '2.18.8a3' __version__ = '2.18.8a4'
...@@ -29,6 +29,7 @@ __all__ = [ ...@@ -29,6 +29,7 @@ __all__ = [
'NotEqualToAnything', 'NOT_EQUAL_TO_ANYTHING', 'NotEqualToAnything', 'NOT_EQUAL_TO_ANYTHING',
'HashableMixin', 'HashableMixin',
'CountingDict', 'DictionaryEQAble', 'CountingDict', 'DictionaryEQAble',
'get_instances_for_singleton', 'delete_singleton_for',
'Subqueue', 'Subqueue',
'ExclusiveWritebackCache', 'ExclusiveWritebackCache',
'DefaultDict', 'DefaultDict',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment