Skip to content

Commit 7df341b

Browse files
committed
remove uncessary new lines
1 parent 397d31b commit 7df341b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/integration/test_classification_package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@ def test_cli_3way_split(self):
7272
# validate label data with shapes
7373
self.assertEqual(data['y_train'].shape, (5, 7))
7474
self.assertEqual(data['y_test'].shape, (2, 7))
75-
self.assertEqual(data['y_val'].shape, (1, 7))
76-
77-
75+
self.assertEqual(data['y_val'].shape, (1, 7))

0 commit comments

Comments
 (0)