diff --git a/github_app_geo_project/templates/__init__.py b/github_app_geo_project/templates/__init__.py index da9da96e12..16e378df00 100644 --- a/github_app_geo_project/templates/__init__.py +++ b/github_app_geo_project/templates/__init__.py @@ -1,7 +1,7 @@ """The mako templates to render the pages.""" import logging -from datetime import UTC, datetime, timedelta, timezone +from datetime import UTC, datetime, timedelta import html_sanitizer import markdown as markdown_lib # mypy: ignore[import-untyped]