### What type of report is this? Correction ### Please describe the issue. My linter is not happy when I use the combined typeVar IntoFrameT for both DataFrame and LazyFrame with from_native() It seems it's only happy with me using the IntoDataFrameT or IntoLazyFrameT and _not the_ IntoFrameT notation. Maybe I'm using it wrong. But from the docs it seems like functions where I handle both Lazy and Eager cases, should be IntoFrameT. Using narwhals 2.12.0. Happy: <img width="523" height="92" alt="Image" src="https://github.com/user-attachments/assets/2b66309a-df8b-4343-83d8-e5691f0d08c6" /> Un-happy: <img width="790" height="194" alt="Image" src="https://github.com/user-attachments/assets/7d45eb6a-2d30-4418-91a4-2d160e72184b" /> ### If you have a suggestion on how it should be, add it below. _No response_