[themotte/rDrama#451] Remove the import *

Fixes a bug if someone is serving localhost on a port that is not port 80
This commit is contained in:
faul_sname 2022-12-30 20:25:20 -08:00
parent f4c6c7cf91
commit 4010a0e752

View file

@ -13,7 +13,7 @@ from files.helpers.assetcache import assetcache_path
from .flags import Flag
from .comment import Comment
from flask import g
from .sub import *
from .sub import Sub
from .votes import CommentVote
class Submission(Base):