Skip to content

Commit

Permalink
Update extensions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Jun 3, 2024
1 parent 155271e commit 006cb85
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions wsimod/extensions/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ def wrapped_attribute(*args, **kwargs):
setattr(obj, attribute_name, wrapped_attribute)
return wrapped_attribute

return decorator


@model_attribute(obj=my_fwtw, attribute_name="pull_distributed")
def new_distributed(pull_distributed, vqip):
"""pull_distributed with the tag 'FWTW'."""
return pull_distributed(vqip, tag="FWTW")
return decorator

0 comments on commit 006cb85

Please sign in to comment.