et tu, mypy?

This commit is contained in:
shamoon
2026-02-10 21:52:13 -08:00
parent 5a0a8a58b3
commit b1f2606022
8 changed files with 79 additions and 47 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import annotations
from unittest import mock
from auditlog.models import LogEntry
from auditlog.models import LogEntry # type: ignore[import-untyped]
from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType
from rest_framework import status