```python from typing import Any import narwhals as nw def func(df: Any) -> None: reveal_type(nw.from_native(df)) ``` I think it should be revealed as `DataFrame | LazyFrame`