Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 11, 2023
1 parent 9bbc193 commit 18d8a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastparquet/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import fsspec
import numpy as np
import pandas as pd
from fastparquet.test.util import makeMixedDataFrame
from .util import makeMixedDataFrame
try:
from pandas.tslib import Timestamp
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion fastparquet/test/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from fastparquet import ParquetFile
from fastparquet import write, parquet_thrift, update_file_custom_metadata
from fastparquet import writer, encoding
from fastparquet.test.util import makeMixedDataFrame
from .util import makeMixedDataFrame
from pandas.testing import assert_frame_equal
from pandas.api.types import CategoricalDtype
import pytest
Expand Down

0 comments on commit 18d8a5a

Please sign in to comment.