Skip to content

Commit

Permalink
Remove unnecessary jpy type
Browse files Browse the repository at this point in the history
  • Loading branch information
arman-ddl committed Mar 16, 2024
1 parent 0f386a9 commit e44039f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/server/deephaven/table_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
_JTableFactory = jpy.get_type("io.deephaven.engine.table.TableFactory")
_JTableTools = jpy.get_type("io.deephaven.engine.util.TableTools")
_JDynamicTableWriter = jpy.get_type("io.deephaven.engine.table.impl.util.DynamicTableWriter")
_JBaseArrayBackedInputTable = jpy.get_type("io.deephaven.engine.table.impl.util.BaseArrayBackedInputTable")
_JAppendOnlyArrayBackedInputTable = jpy.get_type(
"io.deephaven.engine.table.impl.util.AppendOnlyArrayBackedInputTable")
_JKeyedArrayBackedInputTable = jpy.get_type("io.deephaven.engine.table.impl.util.KeyedArrayBackedInputTable")
Expand Down

0 comments on commit e44039f

Please sign in to comment.