Skip to content

Commit 48cfcda

Browse files
committed
remove extra comment
1 parent e01e108 commit 48cfcda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/util/_decorators.py

-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def wrapper(*args, **kwargs) -> Callable:
289289
]
290290
)
291291

292-
# saving docstring components list
293292
wrapper._docstring_components = docstring_components # type: ignore
294293

295294
return cast(F, wrapper)

0 commit comments

Comments
 (0)