Skip to content

Commit b2ff8e0

Browse files
Unreachable code (#10449)
Introduced by #9063 / a86c3ff.
1 parent e159879 commit b2ff8e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xarray/tests/test_datatree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,6 @@ def test_doc_example(self) -> None:
14331433

14341434
def _exact_match(message: str) -> str:
14351435
return re.escape(dedent(message).strip())
1436-
return "^" + re.escape(dedent(message.rstrip())) + "$"
14371436

14381437

14391438
class TestInheritance:

0 commit comments

Comments
 (0)