Skip to content

Commit

Permalink
Remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschulder committed Nov 23, 2023
1 parent d297fab commit cf8abb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_frame_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from glob import glob


def ensure_dir(filename: str):
def ensure_dir(filename):
"""
Make sure the directory actually exists.
"""
Expand Down

0 comments on commit cf8abb9

Please sign in to comment.