Skip to content

Commit 0caf3bc

Browse files
committed
Reorder imports in tests/test_model.py
Move 'from helpers.utils import random_mip_1' below the pyscipopt imports to group third-party and local imports (style-only change; no functional impact).
1 parent 5707e20 commit 0caf3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
import numpy as np
55
import pytest
6-
from helpers.utils import random_mip_1
76

87
from pyscipopt import SCIP_BRANCHDIR, SCIP_PARAMSETTING, SCIP_STAGE, Model, quicksum
8+
from helpers.utils import random_mip_1
99

1010

1111
def test_model():

0 commit comments

Comments
 (0)