forked from hans/Nominatim
add support for external token analysis modules
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user