Skip to content

Commit

Permalink
Removing unecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Oct 8, 2023
1 parent acf438e commit 5b7e5b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_inrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

username = os.getenv("NASA_USERNAME")
password = os.getenv("NASA_PASSWORD")
assert (username is not None) and (
password is not None
), "Missing username and password"

db = OceanColorDB(username, password)
db.backend = FileSystem("./")
Expand Down

0 comments on commit 5b7e5b3

Please sign in to comment.