Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Krist committed Aug 26, 2024
1 parent 2e5f4d8 commit 7e4245c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oarepo_requests/types/edit_record.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import marshmallow as ma
from oarepo_runtime.i18n import lazy_gettext as _

from oarepo_requests.actions.edit_topic import EditTopicAcceptAction

from .generic import NonDuplicableOARepoRequestType
from .ref_types import ModelRefTypes

import marshmallow as ma


class EditPublishedRecordRequestType(NonDuplicableOARepoRequestType):
type_id = "edit_published_record"
Expand Down

0 comments on commit 7e4245c

Please sign in to comment.