Skip to content

Commit

Permalink
Fix for small styling issue in grib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 26, 2018
1 parent 3b71529 commit dd60146
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions satpy/tests/reader_tests/test_grib.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,8 @@ def test_load_all_lcc(self, pg):
self.assertIsInstance(v, xr.DataArray)



def suite():
"""The test suite for test_viirs_l1b.
"""
"""The test suite for test_grib."""
loader = unittest.TestLoader()
mysuite = unittest.TestSuite()
mysuite.addTest(loader.loadTestsFromTestCase(TestGRIBReader))
Expand Down

0 comments on commit dd60146

Please sign in to comment.