diff --git a/esbo_etc/classes/Config.py b/esbo_etc/classes/Config.py index e3126d8..3f24ef5 100644 --- a/esbo_etc/classes/Config.py +++ b/esbo_etc/classes/Config.py @@ -209,7 +209,7 @@ class Configuration(object): mes is not None and error("Configuration check: instrument -> sensor -> " + mes) @staticmethod - def __check_optical_components(conf: Union[Entry, list]): + def __check_optical_components(conf: Union[Entry, list]) -> Union[None, str]: """ Check list of optical components in the parsed configuration.