Skip to content

Commit 5dbec26

Browse files
committed
updated
1 parent 5623a4c commit 5dbec26

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

python_hackrf/pylibhackrf/pyhackrf.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ cimport cython
3131

3232
from enum import IntEnum
3333
import numpy as np
34-
cimport numpy as cnp
35-
36-
cnp.import_array()
3734

3835
cdef dict global_callbacks = {}
3936

python_hackrf/pylibhackrf/pyhackrf_android.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ cimport cython
3333
from enum import IntEnum
3434
import numpy as np
3535

36-
3736
cdef dict global_callbacks = {}
3837

3938
PY_BYTES_PER_BLOCK = chackrf.BYTES_PER_BLOCK

0 commit comments

Comments
 (0)