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

@@ -4,7 +4,6 @@ import json
import re
from typing import Optional
from bs4 import BeautifulSoup
from praw.models import Submission
from bdfr.exceptions import SiteDownloaderError