Skip to content

Commit

Permalink
Fix type annotation for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Mar 21, 2024
1 parent 90fadf0 commit 1002e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcdat/regridder/grid.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing import Dict, List, Optional, Tuple, Union

import numpy as np
Expand Down

0 comments on commit 1002e6b

Please sign in to comment.