Skip to content

Commit 9fb38f2

Browse files
committed
Clean up.
1 parent 2d63277 commit 9fb38f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyMKL/loadMKL.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ def _loadMKL():
3535
else:
3636
libmkl = ctypes.CDLL(mkl_rt)
3737

38-
MKLlib = libmkl
39-
return MKLlib
38+
return libmkl

0 commit comments

Comments
 (0)