Skip to content

Commit

Permalink
fix pylint and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Dec 20, 2024
1 parent 04c9037 commit a270171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podaac/subsetter/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ def compute_time_variable_name(dataset: xr.Dataset, lat_var: xr.Variable, total_
if var_name not in total_time_vars and 'time' in var_name_time.lower() and dataset[var_name].squeeze().dims[0] in lat_var.squeeze().dims:
return var_name

return None


def compute_utc_name(dataset: xr.Dataset) -> Union[str, None]:
"""
Expand Down

0 comments on commit a270171

Please sign in to comment.