From 295118d41ccd6ef0f96c56aff3fd57b1d79b1156 Mon Sep 17 00:00:00 2001 From: Luke Southam Date: Sat, 10 Dec 2022 23:32:56 +0000 Subject: [PATCH] Update whispercpp.pxd --- whispercpp.pxd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/whispercpp.pxd b/whispercpp.pxd index 1725cfd..9381078 100644 --- a/whispercpp.pxd +++ b/whispercpp.pxd @@ -1,9 +1,7 @@ #!python # cython: language_level=3 -from libc.stdint cimport ( - int64_t -) +from libc.stdint cimport int64_t cdef: int WHISPER_SAMPLE_RATE = 16000