From: Michael Tremer Date: Fri, 14 Oct 2022 17:52:39 +0000 (+0000) Subject: web: Drop loading unused math module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7751f0646defeea04d769711eeb6d125fbb4d77d;p=pbs.git web: Drop loading unused math module Signed-off-by: Michael Tremer --- diff --git a/src/web/ui_modules.py b/src/web/ui_modules.py index 050cba32..d7fc8a2f 100644 --- a/src/web/ui_modules.py +++ b/src/web/ui_modules.py @@ -1,7 +1,6 @@ #!/usr/bin/python import datetime -import math import pygments import pygments.formatters import pygments.lexers