Skip to content

Commit

Permalink
Merge pull request #2381 from gluesolutions/update-pandas-testing-import
Browse files Browse the repository at this point in the history
Use new location for pandas.testing
  • Loading branch information
astrofrog authored Apr 11, 2023
2 parents e4a8f0f + 29bdc3e commit 74a6827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/core/tests/test_pandas.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pandas as pd
from unittest.mock import MagicMock
from pandas.util.testing import (assert_series_equal,
from pandas.testing import (assert_series_equal,
assert_frame_equal)

from ..component import Component, DerivedComponent, CategoricalComponent
Expand Down

0 comments on commit 74a6827

Please sign in to comment.