Removed the unneeded import (since Jinja2 related things were dropped)

This commit is contained in:
(GalaxyMaster) 2023-07-11 11:02:10 +10:00
commit fbb8db41ea

View file

@ -6,8 +6,6 @@ import time
from sys import platform
from tempfile import mkdtemp
from markupsafe import Markup
import pytz
from pelican import utils