Skip to content

Commit aa5e660

Browse files
updated pandas.util.testing to pandas.testing
1 parent b0a1e69 commit aa5e660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tolerance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from codonpython.tolerance import check_tolerance
22
import numpy as np
33
import pandas as pd
4-
import pandas.util.testing as pdt
4+
import pandas.testing as pdt
55
import pytest
66

77
testdata = [

0 commit comments

Comments
 (0)