From 86f0c5fdc5792de505ee21ae5a6fdfa61b5d5a22 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 03b088491..85324bb2e 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):