forked from openlp/openlp
Remove some unused imports
This commit is contained in:
parent
ab810734d8
commit
d216766586
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user