Skip to content

Commit

Permalink
Merge pull request #352 from widdowquinn/nested_anim_output
Browse files Browse the repository at this point in the history
fix warning in test_anib.py

I tried to put this in with #351, but forgot I was pushing to a fork…
  • Loading branch information
widdowquinn committed Nov 12, 2021
2 parents 2e20584 + d5a29c4 commit 6a3e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_anib.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import unittest
import unittest.mock as mock

from pandas.util.testing import assert_frame_equal
from pandas.testing import assert_frame_equal

from pyani import anib, pyani_files

Expand Down

0 comments on commit 6a3e18b

Please sign in to comment.