faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

simplify patterns/behavioral/memento, changing Transactional from des… #408

Closed LeiYangGH closed 1 week ago

LeiYangGH commented 1 year ago

…criptor class to decorator method

faif commented 1 year ago

Thanks for the PR. I know that these are not your changes, but could you please fix the linter issues?

LeiYangGH commented 1 year ago

sorry, i don't even know what the lint errors are...

faif commented 1 year ago

It looks like it's only reformatting issues, do you have the black linter installed?