Skip to content

Commit 609b2a9

Browse files
authored
Fixed DH _jcompat to jcompat module rename (#42)
1 parent 8f1227b commit 609b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deephaven_ib/_query_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from typing import Union
1616

1717
import jpy
18-
from deephaven._jcompat import j_function
18+
from deephaven.jcompat import j_function
1919
from deephaven.constants import NULL_DOUBLE
2020
import deephaven.dtypes
2121

0 commit comments

Comments
 (0)