Skip to content

Commit d6f147f

Browse files
committed
Merge branch 'master' of https://github.com/i2mint/dol
2 parents 7796770 + d977943 commit d6f147f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dol/trans.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,7 @@ def _wrap_store(
622622

623623
@store_decorator
624624
def insert_hash_method(
625-
store=None,
626-
*,
627-
hash_method: Callable[[Any], int] = id,
625+
store=None, *, hash_method: Callable[[Any], int] = id,
628626
):
629627
"""Make a store hashable using the specified ``hash_method``.
630628
Will add (or overwrite) a ``__hash__`` method to the store that uses the

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dol
3-
version = 0.2.13
3+
version = 0.2.14
44
url = https://github.com/i2mint/dol
55
platforms = any
66
description_file = README.md

0 commit comments

Comments
 (0)