Skip to content

Commit

Permalink
Remove extra line between class definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwensu0313 committed Apr 1, 2024
1 parent 71efc11 commit 485d635
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_qartod.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ def test_climatology_test_all_unknown(self):
self._run_test(test_inputs, expected_result)



class QartodClimatologyMissingTest(unittest.TestCase):
def setUp(self):
self.cc = qartod.ClimatologyConfig()
Expand Down Expand Up @@ -775,7 +774,6 @@ def test_climatology_missing_values(self):
self._run_test(test_inputs, expected_result)



class QartodClimatologyTest(unittest.TestCase):

def setUp(self):
Expand Down Expand Up @@ -917,7 +915,6 @@ def test_climatology_test_depths(self):
self._run_test(test_inputs, expected_result)



class QartodSpikeTest(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit 485d635

Please sign in to comment.