Skip to content

Commit de348f9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5c5bbf8 commit de348f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/unit/data_manager/test_DataManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def test_with_lazy_array(self):
649649
class Test_is_dataless(tests.IrisTest):
650650
def setUp(self):
651651
self.data = np.array(0)
652-
self.shape = (0, )
652+
self.shape = (0,)
653653

654654
def test_with_data(self):
655655
dm = DataManager(self.data)

0 commit comments

Comments
 (0)