Remove some unused imports

This commit is contained in:
Phill Ridout 2017-11-16 17:43:17 +00:00
parent ab810734d8
commit d216766586
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ information related to the rwquested media.
"""
import json
import os
import re
from subprocess import Popen, check_output
from tempfile import mkstemp
from subprocess import check_output
from bs4 import BeautifulSoup, NavigableString