Remove unused import

This commit is contained in:
Ivan Habunek 2022-02-27 12:16:03 +01:00
parent c06ba2248d
commit c8dd4f8efe
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -7,7 +7,6 @@ from os import path
from twitchdl import twitch, utils
from twitchdl.commands.download import get_clip_authenticated_url
from twitchdl.download import download_file
from twitchdl.exceptions import ConsoleError
from twitchdl.output import print_out, print_clip, print_json
@ -76,7 +75,6 @@ def _print_all(generator, args):
print_out()
print_clip(clip)
if not args.all:
print_out(
"\n<dim>There may be more clips. " +