def get_source(import_name: str) -> Optional[str]: spec = get_spec(import_name) # Now, here. The spec.loader might be one of several values. # But I *know