From 006cb8520ac14e0409a79207c426f02288a2976d Mon Sep 17 00:00:00 2001 From: Dobson Date: Mon, 3 Jun 2024 16:17:18 +0100 Subject: [PATCH] Update extensions.py --- wsimod/extensions/extensions.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/wsimod/extensions/extensions.py b/wsimod/extensions/extensions.py index 31a1b2e8..7fff38da 100644 --- a/wsimod/extensions/extensions.py +++ b/wsimod/extensions/extensions.py @@ -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") \ No newline at end of file + return decorator \ No newline at end of file