Skip to content

Commit

Permalink
fixed flake8 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed Sep 26, 2023
1 parent 46eebb2 commit 4a77d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mammoth/transforms/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def apply(self, example, is_train=False, stats=None, **kwargs):

def _repr_args(self):
"""Return str represent key arguments for class."""
return '{}={}'.format('prefix_dict', self.prefix_dict)
return '{}={}'.format('prefix_dict', self.prefix_dict)

0 comments on commit 4a77d83

Please sign in to comment.