From: Michael Tremer Date: Wed, 1 Dec 2021 22:21:25 +0000 (+0000) Subject: analytics: Remove unnecessary import of collecty.client X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61df44687338ce90b4d66cfdaa872c453a92b3e4;p=people%2Fms%2Fwestferry.git analytics: Remove unnecessary import of collecty.client Signed-off-by: Michael Tremer --- diff --git a/src/westferry/handlers/analytics.py b/src/westferry/handlers/analytics.py index 5c74549..a4b307f 100644 --- a/src/westferry/handlers/analytics.py +++ b/src/westferry/handlers/analytics.py @@ -20,7 +20,6 @@ ############################################################################### import datetime -import collecty.client import mimetypes import tornado.web