narwhals
narwhals copied to clipboard
chore: type `constructor_eager` as `ConstructorEager` instead of `Constructor`
In here
https://github.com/narwhals-dev/narwhals/blob/9353ef9f681f032feee777fabbb8db8ae98aa79d/tests/utils.py#L20
we have Constructor
The task is here it to:
- make
ConstructorEager, withIntoDataFrameinstead ofIntoFrame - in tests that have
constructor_eager: Any, use insteadconstructor_eager: ConstructorEager. You may need to import it, see other tests for examples
I'll take this one if no one is on it 😊