Skip to content

Commit 156fa9f

Browse files
committed
delete the space
1 parent e34467c commit 156fa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/dpn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
num_1x1_c: int,
5353
inc: int,
5454
groups: int,
55-
block_type: str = 'normal',
55+
block_type: str = 'normal',
5656
b: bool = False,
5757
):
5858
super(DualPathBlock, self).__init__()

0 commit comments

Comments
 (0)