X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7b7203c14973fb3395bd4d745e580c2bc9be0d6c..d573da5b2cd572fe43bc144797dafca84eaca7b1:/nominatim/config.py diff --git a/nominatim/config.py b/nominatim/config.py index 7f57a3be..7502aff7 100644 --- a/nominatim/config.py +++ b/nominatim/config.py @@ -222,7 +222,7 @@ class Configuration: return result - def load_plugin_module(self, module_name: str, internal_path: str) -> object: + def load_plugin_module(self, module_name: str, internal_path: str) -> Any: """ Load a Python module as a plugin. The module_name may have three variants: