Skip to content

Commit bade2c4

Browse files
committed
simple changes to clean up file
1 parent 8f5efa2 commit bade2c4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/libpython_clj/python/np_array.clj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
(:require [tech.v2.datatype.protocols :as dtype-proto]
33
[tech.v2.datatype.operation-provider :as op-provider]
44
[tech.v2.tensor :as dtt]
5-
[tech.v2.datatype.argtypes :as argtypes]
65
[libpython-clj.python.interpreter :as py-interp]
76
[libpython-clj.python.protocols :as py-proto]
87
[libpython-clj.python.bridge :as py-bridge]
9-
[libpython-clj.python.object :as py-object]
10-
[libpython-clj.python.interop :as py-interop]
11-
[tech.jna :as jna]))
12-
8+
[libpython-clj.python.interop :as py-interop]))
139

1410

1511
(defmethod py-proto/pyobject->jvm :ndarray

0 commit comments

Comments
 (0)