From 88120c6870256574bf13ce61294ff8b3802bad71 Mon Sep 17 00:00:00 2001 From: Simon <65854503+OpenSourceSimon@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:26:35 +0200 Subject: [PATCH] Remove unnecessary import --- video_creation/final_video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index e0a8e89..38cb234 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -2,7 +2,6 @@ import multiprocessing import os import re import shutil -from os.path import exists from typing import Final from typing import Tuple, Any