Remove unused imports

This commit is contained in:
Serene-Arc
2021-07-02 14:58:20 +10:00
parent 390ce57f46
commit 6efcf1ce7e
6 changed files with 0 additions and 10 deletions

View File

@@ -2,14 +2,10 @@
# coding=utf-8
import logging
import tempfile
from pathlib import Path
from typing import Optional
import youtube_dl
from praw.models import Submission
from bdfr.exceptions import NotADownloadableLinkError, SiteDownloaderError
from bdfr.resource import Resource
from bdfr.site_authenticator import SiteAuthenticator
from bdfr.site_downloaders.youtube import Youtube