Skip to content

Commit 9a53b1a

Browse files
committed
Format
1 parent d2b9569 commit 9a53b1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pyoptinterface/_src/aml.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77

88
def make_variable_ndarray(
9-
model, shape: Union[Tuple[int, ...], int], domain=None, lb=None, ub=None, name=None, start=None
9+
model,
10+
shape: Union[Tuple[int, ...], int],
11+
domain=None,
12+
lb=None,
13+
ub=None,
14+
name=None,
15+
start=None,
1016
):
1117
import numpy as np
1218

0 commit comments

Comments
 (0)