From 5371ecd81ab94901854e0e699cddc2dd619334e9 Mon Sep 17 00:00:00 2001 From: Frode Helgetun Krogh <70878501+frodehk@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:24:08 +0100 Subject: [PATCH] chore: remove space --- src/libecalc/presentation/yaml/yaml_models/pyyaml_yaml_model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libecalc/presentation/yaml/yaml_models/pyyaml_yaml_model.py b/src/libecalc/presentation/yaml/yaml_models/pyyaml_yaml_model.py index c667d2daa1..6dacacd4ff 100644 --- a/src/libecalc/presentation/yaml/yaml_models/pyyaml_yaml_model.py +++ b/src/libecalc/presentation/yaml/yaml_models/pyyaml_yaml_model.py @@ -96,7 +96,6 @@ def read( internal_datamodel = PyYamlYamlModel.read_yaml( main_yaml=main_yaml, resources=resources, base_dir=base_dir, enable_include=enable_include ) - self = cls(internal_datamodel=internal_datamodel, name=main_yaml.name, instantiated_through_read=True) return self