Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ankatiyar committed Sep 14, 2023
2 parents d184eb4 + 4453505 commit c2f0d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(
self._save_args = deepcopy(self.DEFAULT_SAVE_ARGS)
if save_args is not None:
self._save_args.update(save_args)
raise
raise # pylint: disable=E0704

def _describe(self) -> Dict[str, Any]:
return {
Expand Down

0 comments on commit c2f0d84

Please sign in to comment.