Skip to content

Commit 4e323d6

Browse files
author
Nate Parsons
committed
update pandas.util.testing usage
1 parent de08dd9 commit 4e323d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autonormalize/tests/test_normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pandas as pd
2-
from pandas.util.testing import assert_frame_equal
2+
from pandas.testing import assert_frame_equal
33

44
from autonormalize import classes, normalize
55

0 commit comments

Comments
 (0)