#901 - ran black pre-commit over observations.py to fix it

This commit is contained in:
SunilSamra
2023-07-17 19:42:05 +01:00
parent 257be9532f
commit 3aab6a3738

View File

@@ -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"]