From bacb42833f0dff5d48e6d3e8e006df6bb7ea1f85 Mon Sep 17 00:00:00 2001 From: SunilSamra Date: Mon, 17 Jul 2023 19:42:05 +0100 Subject: [PATCH] #901 - ran black pre-commit over observations.py to fix it --- src/primaite/environment/observations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/primaite/environment/observations.py b/src/primaite/environment/observations.py index b517679c..a95f720c 100644 --- a/src/primaite/environment/observations.py +++ b/src/primaite/environment/observations.py @@ -702,7 +702,6 @@ class ObservationsHandler: # Instantiate the handler handler = cls() - for component_cfg in obs_space_config["components"]: # Figure out which class can instantiate the desired component comp_type = component_cfg["name"]