diff --git a/sensor/sensor_calibration_manager/sensor_calibration_manager/calibrator_registry.py b/sensor/sensor_calibration_manager/sensor_calibration_manager/calibrator_registry.py index 714b6fa4..d30daa9e 100644 --- a/sensor/sensor_calibration_manager/sensor_calibration_manager/calibrator_registry.py +++ b/sensor/sensor_calibration_manager/sensor_calibration_manager/calibrator_registry.py @@ -71,6 +71,7 @@ def create_calibrator(cls, project_name: str, calibrator_name: str, **kwargs) -> Args: name (str): The name of the executor to create. + Returns: An instance of the executor that is created. """