Skip to content

Commit

Permalink
Merge branch 'main' into feature-discard-old-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud authored Sep 2, 2022
2 parents 137dee8 + 1fdbe42 commit 92e2128
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trollflow2/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@

import os
import pathlib
from contextlib import contextmanager
from contextlib import contextmanager, suppress
from logging import getLogger
from tempfile import NamedTemporaryFile
from urllib.parse import urlunsplit
import datetime as dt

with suppress(ImportError):
import hdf5plugin # noqa
import dpath.util
import rasterio
import dask
Expand Down

0 comments on commit 92e2128

Please sign in to comment.