Whole project lint

This commit is contained in:
2025-05-14 14:20:09 +01:00
parent 1661c02de0
commit 6e5f414db0
3 changed files with 63 additions and 66 deletions

View File

@@ -8,8 +8,6 @@
"""invenio module for I-Form theme."""
from invenio_i18n import gettext as _
INVENIO_THEME_IFORM_DEFAULT_VALUE = "I-Form Repository"
"""Default value for the application."""

View File

@@ -9,7 +9,6 @@
"""invenio module for I-Form theme."""
from flask_login import login_required
from invenio_i18n import lazy_gettext as _
from invenio_records_marc21.ui.theme import current_identity_can_view
from . import config