d762a8359e
The shortcut test called get_llm_by_name directly, which bypasses the module __getattr__ and __all__ that the shortcut actually goes through - so dropping the name from __all__ would not have failed anything.