Skip to content

Commit e01478c

Browse files
authored
Fix lint error
1 parent bb0984f commit e01478c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captum/optim/_param/image/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def center_crop(
374374
"""
375375
Center crop a specified amount from a tensor. If input are smaller than the
376376
specified crop size, padding will be applied.
377-
377+
378378
This function is the functional version of: :class:`.CenterCrop`.
379379
380380
Args:

0 commit comments

Comments
 (0)