Skip to content

Commit

Permalink
LNT: Run pre-commit. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Dec 4, 2023
1 parent 7083ba3 commit 547c16e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pygridmet/pygridmet.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,7 @@ def get_bygeom(
_ = [f.unlink() for f in clm_files]
continue
else:
nans = [
p for p, v in clm.isnull().sum().any().items() if v.item()
]
nans = [p for p, v in clm.isnull().sum().any().items() if v.item()]
if nans:
clm = None
nans = [long2abbr[n] for n in nans]
Expand Down

0 comments on commit 547c16e

Please sign in to comment.