Rename file with custom exceptions

This commit is contained in:
Serene-Arc
2021-03-05 13:32:24 +10:00
committed by Ali Parlakci
parent b705c31630
commit aeb9afdc66
14 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ import pytest
from bulkredditdownloader.download_filter import DownloadFilter
from bulkredditdownloader.downloader import RedditDownloader, RedditTypes
from bulkredditdownloader.errors import BulkDownloaderException, RedditAuthenticationError, RedditUserError
from bulkredditdownloader.exceptions import BulkDownloaderException, RedditAuthenticationError, RedditUserError
from bulkredditdownloader.file_name_formatter import FileNameFormatter
from bulkredditdownloader.site_authenticator import SiteAuthenticator