From 60e667e0d259473197d27a4864025d0c5e7e0a19 Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Sun, 12 Feb 2023 11:44:05 +0100 Subject: [PATCH] Cleanup unused import --- faster_whisper/transcribe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/faster_whisper/transcribe.py b/faster_whisper/transcribe.py index 349adb8..90e898f 100644 --- a/faster_whisper/transcribe.py +++ b/faster_whisper/transcribe.py @@ -1,5 +1,4 @@ import collections -import os import zlib import ctranslate2