Fix pyright attribute access issues in test_sitemaps and fix import in views
This commit is contained in:
parent
7478d4c851
commit
8dfcd118e5
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue