Skip to content

Commit 302246e

Browse files
committed
fix: missing import of RemoteHandler
1 parent 9b95e63 commit 302246e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linopy/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
from linopy.matrices import MatrixAccessor
6060
from linopy.objective import Objective
6161
from linopy.oetc import OetcHandler
62+
from linopy.remote import RemoteHandler
6263
from linopy.solvers import IO_APIS, available_solvers, quadratic_solvers
6364
from linopy.types import (
6465
ConstantLike,

0 commit comments

Comments
 (0)