fixed unused import

This commit is contained in:
Jaikinator
2024-01-26 13:31:02 +01:00
parent ea68b5de5f
commit 250c95535e
+1 -1
View File
@@ -5,7 +5,7 @@ The function includes arguments for specifying the audio files, model paths,
output formats, and other options necessary for transcription. output formats, and other options necessary for transcription.
""" """
import os import os
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter, Action from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
import json import json
from .autotranscript import Scraibe from .autotranscript import Scraibe