Skip to content

Commit

Permalink
Re-add removed imports as they are used inside the templates.
Browse files Browse the repository at this point in the history
Suppress pylint warnings on them.
  • Loading branch information
nomike committed Sep 18, 2024
1 parent 063d204 commit e10f29e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templatehelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
import json
import mimetypes
import os

# pylint: disable=unused-import
import re
# pylint: disable=unused-import
import urllib
from datetime import datetime, timezone, tzinfo

# pylint: disable=unused-import
import markdown
import regex
import yaml

Expand Down

0 comments on commit e10f29e

Please sign in to comment.