From 0f93f9fce061efdb318cd5e890e40f8814d6f14a Mon Sep 17 00:00:00 2001 From: eschalk Date: Tue, 6 Feb 2024 21:17:02 +0100 Subject: [PATCH] Fix indent --- xarray/tests/test_variable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xarray/tests/test_variable.py b/xarray/tests/test_variable.py index f2754d26483..08990f87b13 100644 --- a/xarray/tests/test_variable.py +++ b/xarray/tests/test_variable.py @@ -1236,7 +1236,7 @@ def test_repr(self): """ Size: 24B array([[1, 2, 3], - [4, 5, 6]]) + [4, 5, 6]]) Attributes: foo: bar """ @@ -1246,7 +1246,7 @@ def test_repr(self): """ Size: 48B array([[1, 2, 3], - [4, 5, 6]]) + [4, 5, 6]]) Attributes: foo: bar """