hyperleaup icon indicating copy to clipboard operation
hyperleaup copied to clipboard

TypeError: 'type' object is not subscriptable

Open RobertoCota opened this issue 2 years ago • 0 comments

https://github.com/goodwillpunning/hyperleaup/blob/bf2a4e6bce6b613ee36fefbc14c68f87ce218c6c/src/hyperleaup/creator.py#L306

The type for the attribute parquet_paths is written as list[str] but it must have been used the type class List as List[str] (with capital L)

RobertoCota avatar Oct 04 '23 16:10 RobertoCota