From 5210298c8ce5c32e8ef74fcaca4810907d3c7407 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Tue, 9 Jan 2024 16:05:40 -0600 Subject: [PATCH] remove dupe line --- sharrow/flows.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sharrow/flows.py b/sharrow/flows.py index e36e335..87ba661 100644 --- a/sharrow/flows.py +++ b/sharrow/flows.py @@ -1806,9 +1806,6 @@ def __initialize_2( nl_template = NL_1D_TEMPLATE.format(**locals()).format( **locals() ) - nl_template = NL_1D_TEMPLATE.format(**locals()).format( - **locals() - ) elif n_root_dims == 2: meta_template = IRUNNER_2D_TEMPLATE.format(**locals()).format( **locals()