From b65a49fe5731017b82b0c335e442421919dcc951 Mon Sep 17 00:00:00 2001 From: cclauss Date: Thu, 25 Jan 2018 12:53:17 +0100 Subject: [PATCH] Update comments.py --- isso/db/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/isso/db/comments.py b/isso/db/comments.py index b1f6f39..a66c248 100644 --- a/isso/db/comments.py +++ b/isso/db/comments.py @@ -5,6 +5,7 @@ import time from isso.utils import Bloomfilter from isso.compat import buffer + class Comments: """Hopefully DB-independend SQL to store, modify and retrieve all comment-related actions. Here's a short scheme overview: