Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit f4aff13

Browse files
committed
update
1 parent 9cf8ef8 commit f4aff13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/nwp/nwp_data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
import fsspec
88
import numpy as np
9-
import ocf_blosc2 # noqa needed to register blosc2 opening with xarray
109
import pandas as pd
1110
import xarray as xr
11+
from ocf_blosc2 import Blosc2 # noqa: F401
1212

1313
from nowcasting_dataset import utils
1414
from nowcasting_dataset.consts import NWP_VARIABLE_NAMES

0 commit comments

Comments
 (0)