Skip to content

Commit

Permalink
chore: isort and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 28, 2024
1 parent 050704a commit 1215186
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion site/zenodo_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# under the terms of the MIT License; see LICENSE file for more details.
"""Custom code config."""


from .params import ZenodoArgsSchema, ZenodoSearchOptions
from .redirector import (
communities_detail_view_function,
Expand Down
3 changes: 1 addition & 2 deletions site/zenodo_rdm/legacy/requests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from invenio_access.permissions import system_identity
from invenio_records.dictutils import dict_lookup
from invenio_records_resources.services.uow import unit_of_work
from invenio_requests import (current_request_type_registry,
current_requests_service)
from invenio_requests import current_request_type_registry, current_requests_service
from invenio_requests.resolvers.registry import ResolverRegistry
from invenio_search.engine import dsl

Expand Down
3 changes: 1 addition & 2 deletions site/zenodo_rdm/subcommunities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# it under the terms of the MIT License; see LICENSE file for more details.
"""Subcommunities implementation."""

from .request import ZenodoSubCommunityRequest
from .request import ZenodoSubCommunityInvitationRequest
from .request import ZenodoSubCommunityInvitationRequest, ZenodoSubCommunityRequest
from .schema import ZenodoSubcommunityRequestSchema

__all__ = (
Expand Down

0 comments on commit 1215186

Please sign in to comment.