|
def copy_parquet_array_to_hyper_file(parquet_paths: list[str], name: str, table_def: TableDefinition) -> str: |
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)