Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
headtr1ck committed Oct 27, 2022
1 parent 1d1c032 commit b8c0904
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cfgrib/xarray_plugin.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from __future__ import annotations

import os
import pathlib
import typing as T
from packaging.version import Version

import numpy as np
import xarray as xr
from packaging.version import Version

if Version(xr.__version__) <= Version("0.17.0"):
raise ImportError("xarray_plugin module needs xarray version >= 0.18+")
Expand Down

0 comments on commit b8c0904

Please sign in to comment.