Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader authored Aug 2, 2023
1 parent 4a4a9c1 commit 28a481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __getitem__(self, key):

class ParquetStore:
def __init__(self, root_path, engine="fastparquet") -> None:
self.root_path = Path(root_path)
self.root_path = Path(root_path).expanduser()
self.engine = engine

@property
Expand Down

0 comments on commit 28a481b

Please sign in to comment.