Skip to content

Commit

Permalink
Sync with xarray types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jul 25, 2022
1 parent 2d912f9 commit d3ca176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sarsen/radiometry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import Any, Dict, Optional, Tuple
from typing import Any, Dict, Hashable, Optional, Tuple
from unittest import mock

import flox.xarray
Expand Down Expand Up @@ -159,7 +159,7 @@ def gamma_weights_nearest(


def azimuth_slant_range_grid(
attrs: Dict[str, Any],
attrs: Dict[Hashable, Any],
grouping_area_factor: Tuple[float, float] = (3.0, 3.0),
) -> Dict[str, Any]:

Expand Down

0 comments on commit d3ca176

Please sign in to comment.