mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Remove unused import
This commit is contained in:
parent
c06ba2248d
commit
c8dd4f8efe
@ -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. " +
|
||||
|
Loading…
Reference in New Issue
Block a user