Open RobertoCota opened 1 year ago
https://github.com/goodwillpunning/hyperleaup/blob/bf2a4e6bce6b613ee36fefbc14c68f87ce218c6c/src/hyperleaup/creator.py#L306
The type for the attribute _parquetpaths is written as list[str] but it must have been used the type class List as List[str] (with capital L)
https://github.com/goodwillpunning/hyperleaup/blob/bf2a4e6bce6b613ee36fefbc14c68f87ce218c6c/src/hyperleaup/creator.py#L306
The type for the attribute _parquetpaths is written as list[str] but it must have been used the type class List as List[str] (with capital L)