diff --git a/files/classes/comment.py b/files/classes/comment.py index 03b0884911..85324bb2ef 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -12,6 +12,7 @@ from files.helpers.lazy import lazy from .flags import CommentFlag from random import randint from .votes import CommentVote +from math import floor class Comment(Base):