From 250c95535e0b1e1e248248d9f5f729dee0b174ef Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 26 Jan 2024 13:31:02 +0100 Subject: [PATCH] fixed unused import --- scraibe/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraibe/cli.py b/scraibe/cli.py index f4b49f7..618f6d8 100644 --- a/scraibe/cli.py +++ b/scraibe/cli.py @@ -5,7 +5,7 @@ The function includes arguments for specifying the audio files, model paths, output formats, and other options necessary for transcription. """ import os -from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter, Action +from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter import json from .autotranscript import Scraibe