Remove unneeded import

This commit is contained in:
ProgramminCat 2025-09-14 10:00:18 -04:00 committed by GitHub
parent 67d0d1959f
commit 27ae37b04a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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