Skip to content

Commit

Permalink
Remove unneeded return self in processing level decorator wrapper-inn…
Browse files Browse the repository at this point in the history
…er function for class method
  • Loading branch information
emiliom committed Apr 28, 2023
1 parent 513cb29 commit 7045efe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echopype/utils/prov.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def inner(self, *args, **kwargs):
func(self, *args, **kwargs)
processing_level = PROCESSING_LEVELS[processing_level_code]
self["Top-level"] = self["Top-level"].assign_attrs(_attrs_dict(processing_level))
return self

return inner
else:
Expand Down

0 comments on commit 7045efe

Please sign in to comment.