Skip to content

Commit 3d02d40

Browse files
committed
Update version to 0.21.1 and clean up imports in misc.py
1 parent 41597a9 commit 3d02d40

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

pydala/helpers/misc.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
from fsspec_utils.utils.misc import run_parallel
2-
from fsspec import AbstractFileSystem
3-
# import posixpath
4-
# import re
5-
# from typing import Any
2+
import posixpath
3+
import re
64

75
import pyarrow as pa
8-
# import pyarrow.compute as pc
9-
# import pyarrow.parquet as pq
6+
import pyarrow.parquet as pq
107
import tqdm
11-
# from fsspec import AbstractFileSystem
12-
from fsspec import filesystem as fsspec_filesystem
8+
from fsspec import filesystem as fsspec_filesystem, AbstractFileSystem
139
from joblib import Parallel, delayed
1410

1511
# # from ..schema import convert_large_types_to_normal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "pydala2"
2424
readme = "README.md"
2525
#repository = "https://github.com/legout/pydala2"
2626
requires-python = ">= 3.11"
27-
version = "0.21.0"
27+
version = "0.21.1"
2828

2929
[project.optional-dependencies]
3030
legacy = ["polars-lts-cpu>=0.20.4"]

0 commit comments

Comments
 (0)