Skip to content

Commit

Permalink
fix linting whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nlensse1 committed Jun 27, 2024
1 parent cac6c2b commit b1bc7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podaac/subsetter/group_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def recombine_grouped_datasets(datasets: List[xr.Dataset], output_file: str, sta
Name of the output file to write the resulting NetCDF file to.
TODO: add docstring and type hint for `start_date` parameter.
"""
#

base_dataset = nc.Dataset(output_file, mode='w')
for dataset in datasets:
group_lst = []
Expand Down

0 comments on commit b1bc7a4

Please sign in to comment.