Skip to content

Commit fe92fd9

Browse files
Laurent2916rwightman
authored andcommitted
fix adaptive_avgmax_pool.py
remove extra whitespace in `SelectAdaptivePool2d`'s `__repr__`
1 parent 97450d6 commit fe92fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/layers/adaptive_avgmax_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def feat_mult(self):
172172
return adaptive_pool_feat_mult(self.pool_type)
173173

174174
def __repr__(self):
175-
return self.__class__.__name__ + ' (' \
175+
return self.__class__.__name__ + '(' \
176176
+ 'pool_type=' + self.pool_type \
177177
+ ', flatten=' + str(self.flatten) + ')'
178178

0 commit comments

Comments
 (0)