Skip to content

Commit abb0932

Browse files
authored
Fix lint (open-mmlab#2159)
1 parent 963b8ed commit abb0932

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mmseg/models/decode_heads/fcn_head.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ def __init__(self,
4848
dilation=dilation,
4949
conv_cfg=self.conv_cfg,
5050
norm_cfg=self.norm_cfg,
51-
act_cfg=self.act_cfg
52-
))
53-
51+
act_cfg=self.act_cfg))
52+
5453
if len(convs) == 0:
5554
self.convs = nn.Identity()
5655
else:

0 commit comments

Comments
 (0)