Skip to content

Commit

Permalink
Add future annotations import to spatial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 2, 2024
1 parent 3e831fa commit b8fcddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcdat/spatial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Module containing geospatial averaging functions."""

from __future__ import annotations

from functools import reduce
from typing import (
Callable,
Expand Down

0 comments on commit b8fcddf

Please sign in to comment.