add support for external token analysis modules

This commit is contained in:
Sarah Hoffmann
2022-07-25 16:27:22 +02:00
parent 6d41046b15
commit d819036daa
2 changed files with 13 additions and 9 deletions

View File

@@ -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: