Fix pyright attribute access issues in test_sitemaps and fix import in views

This commit is contained in:
Joakim Hellsén 2026-03-22 00:34:01 +01:00
commit 8dfcd118e5
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ from django.http import Http404
from django.http import HttpRequest
from django.http import HttpResponse
from django.shortcuts import render
from django.shortcuts import reverse
from django.template.defaultfilters import filesizeformat
from django.urls import reverse
from django.utils import timezone
from kick.models import KickChannel