Clean Access audit and test resources

This commit is contained in:
2026-07-21 03:16:32 +02:00
parent 01d082e552
commit e91935c03a
4 changed files with 6 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ from govoplan_access.backend.permissions.catalog import (
validate_tenant_permissions,
role_templates_for_level,
)
from govoplan_core.tenancy.service import tenant_counts # re-exported compatibility helper
from govoplan_core.tenancy.service import tenant_counts # noqa: F401 - re-exported compatibility helper
_TEMP_PASSWORD_ALPHABET = string.ascii_letters + string.digits + "-_!@#"