fix MovedIn20Warning

shouldn't actually cause any issues currently since SQLAlchemy is (to my annoyance)
import *ed everywhere but.
This commit is contained in:
justcool393 2023-02-25 12:43:01 -06:00 committed by Ben Rog-Wilhelm
parent e61e35226d
commit 9b94e524bb
28 changed files with 32 additions and 29 deletions

View file

@ -6,7 +6,8 @@ from urllib.parse import urlencode, urlparse, parse_qs
from flask import *
from sqlalchemy import *
from sqlalchemy.orm import relationship
from files.__main__ import Base, app
from files.classes.base import Base
from files.__main__ import app
from files.classes.votes import CommentVote
from files.helpers.const import *
from files.helpers.content import moderated_body