diff --git a/tutorials/video_classification_example/data.py b/tutorials/video_classification_example/data.py index 4dd379cb..6c23dce2 100644 --- a/tutorials/video_classification_example/data.py +++ b/tutorials/video_classification_example/data.py @@ -1,5 +1,4 @@ import itertools -from argparse import ArgumentParser, Namespace from pathlib import Path from random import shuffle from shutil import unpack_archive