Skip to content

Commit

Permalink
Misc. cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmorton committed Mar 12, 2024
1 parent b5d5e7b commit 0d2892e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions openet/lst/tests/test_landsat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import pprint

import ee
import pytest
Expand All @@ -12,7 +11,6 @@
DEFAULT_BANDS = ['blue', 'green', 'red', 'nir', 'swir1', 'swir2', 'lst']



def test_ee_init():
assert ee.Number(1).getInfo() == 1

Expand Down
1 change: 0 additions & 1 deletion openet/lst/tests/test_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import pprint

import ee
import pytest
Expand Down

0 comments on commit 0d2892e

Please sign in to comment.