We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5623a4c commit 5dbec26Copy full SHA for 5dbec26
python_hackrf/pylibhackrf/pyhackrf.pyx
@@ -31,9 +31,6 @@ cimport cython
31
32
from enum import IntEnum
33
import numpy as np
34
-cimport numpy as cnp
35
-
36
-cnp.import_array()
37
38
cdef dict global_callbacks = {}
39
python_hackrf/pylibhackrf/pyhackrf_android.pyx
@@ -33,7 +33,6 @@ cimport cython
PY_BYTES_PER_BLOCK = chackrf.BYTES_PER_BLOCK
0 commit comments