Skip to content

Commit 0fc1347

Browse files
committed
removing unneeded requires.
1 parent fe472ce commit 0fc1347

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/libpython_clj/jna/base.clj

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(ns libpython-clj.jna.base
2-
(:require [tech.v2.datatype :as dtype]
3-
[tech.jna :as jna]
2+
(:require [tech.jna :as jna]
43
[tech.jna.base :as jna-base]
5-
[tech.v2.datatype.typecast :as typecast]
64
[camel-snake-kebab.core :refer [->kebab-case]])
75
(:import [com.sun.jna Pointer NativeLibrary]
86
[libpython_clj.jna PyObject]))

0 commit comments

Comments
 (0)