Skip to content

Commit

Permalink
Make futureproof
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed May 6, 2024
1 parent d816046 commit 9b4d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partd/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

if PANDAS_GE_300:
from pandas.api.internals import create_dataframe_from_blocks
create_block_manager_from_blocks= None
create_block_manager_from_blocks = None
make_block = None
else:
create_dataframe_from_blocks = None
Expand Down

0 comments on commit 9b4d280

Please sign in to comment.