Skip to content

Commit

Permalink
Fix remaining catch regex
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 13, 2023
1 parent 1e46cc0 commit da81e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/tests/test_concatenate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from anndata.utils import asarray

mark_legacy_concatenate = pytest.mark.filterwarnings(
r"ignore:The AnnData\.concatenate method is deprecated:FutureWarning"
r"ignore:AnnData\.concatenate is deprecated:FutureWarning"
)


Expand Down

0 comments on commit da81e66

Please sign in to comment.