From d917541e4bcc051bba5652296b0505778cb96149 Mon Sep 17 00:00:00 2001 From: nateraw Date: Thu, 13 May 2021 19:13:53 -0600 Subject: [PATCH] :rotating_light: remove unused import --- tutorials/video_classification_example/data.py | 1 - 1 file changed, 1 deletion(-) 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