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
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# coding=utf-8
import re
import shutil
from pathlib import Path
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# coding=utf-8
import re
import shutil
from pathlib import Path
-1
View File
@@ -9,7 +9,6 @@ from unittest.mock import MagicMock, patch
import praw.models
import pytest
import bdfr.site_downloaders.download_factory
from bdfr.__main__ import setup_logging
from bdfr.configuration import Configuration
from bdfr.connector import RedditConnector