Skip to content

Commit c5dce27

Browse files
authored
fix the indent
1 parent 7e3de3f commit c5dce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yews/models/polarity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def polarity_v1(pretrained=False, progress=True, **kwargs):
129129
return model
130130

131131

132-
class PolarityV2(nn.Module):
132+
class PolarityV2(nn.Module):
133133

134134
#https://github.com/pytorch/vision/blob/master/torchvision/models/vgg.py
135135

0 commit comments

Comments
 (0)