Skip to content

Commit 5a3104d

Browse files
committed
follow up
1 parent 7f1b810 commit 5a3104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linopy/expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import xarray.computation.rolling
3939
from xarray.computation.rolling import DatasetRolling
4040
except ImportError:
41-
import xarray.core.rolling # type: ignore
41+
import xarray.core.rolling
4242
from xarray.core.rolling import DatasetRolling # type: ignore
4343

4444
from linopy import constraints, variables

0 commit comments

Comments
 (0)