From ae55735919021c889f123c994da1ddd34a2c6e77 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 6 Mar 2022 05:40:23 +0200 Subject: [PATCH] fds --- files/classes/comment.py | 1 + 1 file changed, 1 insertion(+) 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):