Skip to content

Commit

Permalink
[lint] fix fake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cdliang11 committed Sep 4, 2024
1 parent 224db3e commit 0cd15cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wesep/modules/common/norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ def forward(self, input, embed):
return res

def extra_repr(self):
return "{normalized_shape}, {embed_dim}, modulate_bias={modulate_bias}, eps={eps}".format(
**self.__dict__)
return "{normalized_shape}, {embed_dim}, \
modulate_bias={modulate_bias}, eps={eps}".format(**self.__dict__)

0 comments on commit 0cd15cd

Please sign in to comment.