Skip to content

Commit 4e870fd

Browse files
committed
Fixed linter errors
1 parent 0bc59cc commit 4e870fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patterns/behavioral/memento.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def __get__(self, obj, T):
5555
5656
:param method: The function to be decorated.
5757
"""
58+
5859
def transaction(*args, **kwargs):
5960
state = memento(obj)
6061
try:

0 commit comments

Comments
 (0)