Skip to content

Commit

Permalink
Delete trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdawn committed Jun 4, 2020
1 parent 5d1458f commit 0c04bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/tests/test_multiscene.py
Expand Up @@ -457,4 +457,3 @@ def test_timeseries(self):
self.assertIsInstance(res2, xr.DataArray)
self.assertTupleEqual((2, self.ds1.shape[0], self.ds1.shape[1]), res.shape)
self.assertTupleEqual((self.ds3.shape[0], self.ds3.shape[1]+self.ds4.shape[1]), res2.shape)

0 comments on commit 0c04bf7

Please sign in to comment.