Skip to content

Commit 7e8cd99

Browse files
committed
Remove unused import of operator module
The 'operator' module import was removed from expr.pxi as it was not being used in the file.
1 parent 005ed32 commit 7e8cd99

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pyscipopt/expr.pxi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
##@file expr.pxi
2-
import operator
32
from numbers import Number
43
from typing import Iterator, Optional, Type, Union
54

0 commit comments

Comments
 (0)