remove unused import

This commit is contained in:
alacleaker 2024-04-07 20:09:02 -03:00
parent 617605495e
commit 5b909b9abc

View File

@ -4,7 +4,6 @@ from pathlib import Path
import click
import m3u8
import requests
from tabulate import tabulate
from .downloader import Downloader