From cf8abb9c7a1ab9ea01a6f915f54015364acd7ae9 Mon Sep 17 00:00:00 2001 From: Marc Schulder <961375+marcschulder@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:11:27 +0100 Subject: [PATCH] Remove annotation --- extract_frame_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_frame_files.py b/extract_frame_files.py index a9bd479..58264ec 100644 --- a/extract_frame_files.py +++ b/extract_frame_files.py @@ -10,7 +10,7 @@ from glob import glob -def ensure_dir(filename: str): +def ensure_dir(filename): """ Make sure the directory actually exists. """