Skip to content

Commit

Permalink
Add typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 23, 2023
1 parent e2c3028 commit b0ef319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calliope/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"""

import os
from typing import Union

# We import netCDF4 before xarray to mitigate a numpy warning:
# https://github.com/pydata/xarray/issues/7259
Expand Down

0 comments on commit b0ef319

Please sign in to comment.