mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Remove unneeded import
This commit is contained in:
parent
67d0d1959f
commit
27ae37b04a
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ from app.utils.results import bold_search_terms,\
|
|||
add_currency_card, check_currency, get_tabs_content
|
||||
from app.utils.search import Search, needs_https, has_captcha
|
||||
from app.utils.session import valid_user_session
|
||||
from app.models.g_classes import GClasses
|
||||
from bs4 import BeautifulSoup as bsoup
|
||||
from flask import jsonify, make_response, request, redirect, render_template, \
|
||||
send_file, session, url_for, g
|
||||
|
|
|
|||
Loading…
Reference in a new issue