Skip to content

Commit 1e05eaf

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent 64931d4 commit 1e05eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ def __isabstractmethod__(self):
644644

645645
__class_getitem__ = classmethod(GenericAlias)
646646

647+
# Helper functions
647648

648649
def _unwrap_partial(func):
649650
while isinstance(func, partial):
@@ -661,7 +662,6 @@ def _unwrap_partialmethod(func):
661662
func = _unwrap_partial(func)
662663
return func
663664

664-
665665
################################################################################
666666
### LRU Cache function decorator
667667
################################################################################

0 commit comments

Comments
 (0)