chore: correct pylint errors

ref: #765
This commit is contained in:
2025-05-19 22:07:32 +09:30
parent a1b9ecb0fc
commit bff1049414
181 changed files with 119 additions and 448 deletions

View File

@ -2,7 +2,6 @@
import re
from django.template import Context, Template
from django.template.loader import render_to_string
from django.urls import reverse
from markdown_it import MarkdownIt

View File

@ -1,4 +1,4 @@
import re
class Duration: