Skip to content

Commit 91d9733

Browse files
committed
Fix import source for bridge mode attributes
1 parent ec51478 commit 91d9733

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/scyjava/_convert.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
from jpype import JBoolean, JByte, JChar, JDouble, JFloat, JInt, JLong, JShort
1414

1515
from scyjava._jvm import (
16-
Mode,
1716
jimport,
18-
mode,
1917
start_jvm,
2018
)
2119
from scyjava._types import (
@@ -26,6 +24,7 @@
2624
jclass,
2725
jinstance,
2826
)
27+
from scyjava.config import Mode, mode
2928

3029
_logger = logging.getLogger(__name__)
3130

0 commit comments

Comments
 (0)