style: trailing comma

pull/1565/head
kozistr 3 years ago
parent c4f9bd4fc4
commit 29ae99ee16

@ -164,7 +164,7 @@ class WindowAttention(nn.Module):
torch.meshgrid( torch.meshgrid(
[ [
relative_coords_h, relative_coords_h,
relative_coords_w relative_coords_w,
], ],
indexing='ij', indexing='ij',
) )

Loading…
Cancel
Save