re-apply ruff TCH rules

This commit is contained in:
imperosol
2026-09-07 13:32:13 +02:00
parent d93afffbc3
commit 7bd79d1d55
63 changed files with 288 additions and 88 deletions
+5 -2
View File
@@ -1,11 +1,14 @@
from contextlib import nullcontext as does_not_raise
from typing import TYPE_CHECKING
import pytest
from _pytest.raises import RaisesExc
from django.test import Client
from django.test.utils import override_settings
from django.urls import reverse
if TYPE_CHECKING:
from _pytest.raises import RaisesExc
from django.test import Client
@pytest.mark.django_db
@pytest.mark.parametrize(