Skip to content

Commit b4cb9f8

Browse files
committed
Merge branch 'master' into constraint-names
2 parents ec2c42b + 58a28b5 commit b4cb9f8

37 files changed

+1628
-1171
lines changed

linopy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# Note: For intercepting multiplications between xarray dataarrays, Variables and Expressions
1313
# we need to extend their __mul__ functions with a quick special case
1414
import linopy.monkey_patch_xarray # noqa: F401
15-
from linopy import model, remote, types
1615
from linopy.config import options
1716
from linopy.constants import EQUAL, GREATER_EQUAL, LESS_EQUAL
1817
from linopy.constraints import Constraint
@@ -35,9 +34,6 @@
3534
"Variable",
3635
"available_solvers",
3736
"merge",
38-
"model",
3937
"options",
4038
"read_netcdf",
41-
"remote",
42-
"types",
4339
)

0 commit comments

Comments
 (0)