Skip to content

Commit

Permalink
fix: Importing from numpy.testing.utils is deprecated since 1.15.0, i…
Browse files Browse the repository at this point in the history
…mport from numpy.testing instead.
  • Loading branch information
rmmancom committed Jun 28, 2023
1 parent 2b121be commit d6aa34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tickstore/test_ts_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd
import pytest
from mock import patch, call, Mock
from numpy.testing.utils import assert_array_equal
from numpy.testing import assert_array_equal
from pandas import DatetimeIndex
from pandas.testing import assert_frame_equal
from pymongo import ReadPreference
Expand Down

0 comments on commit d6aa34b

Please sign in to comment.