Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jun 15, 2022
1 parent e15f4bb commit 0beb116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcdat/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class TemporalAccessor:

def __init__(self, dataset: xr.Dataset):
self._dataset: xr.Dataset = dataset

self._dim_name = _get_coord_var(self._dataset, "T").name

self._time_bounds = self._dataset.bounds.get_bounds("time").copy()
Expand Down

0 comments on commit 0beb116

Please sign in to comment.