Skip to content

Commit

Permalink
Merge pull request #30 from oarepo/partially-initialized-import
Browse files Browse the repository at this point in the history
Removed partially initialized import
  • Loading branch information
mesemus authored Jun 14, 2024
2 parents faef957 + 9bec58a commit 2c94744
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oarepo_requests/types/delete_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from oarepo_requests.actions.delete_topic import DeleteTopicAcceptAction

from . import ModelRefTypes
from .ref_types import ModelRefTypes
from .generic import NonDuplicableOARepoRequestType


Expand Down
2 changes: 1 addition & 1 deletion oarepo_requests/types/edit_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from oarepo_requests.actions.edit_topic import EditTopicAcceptAction
from oarepo_requests.actions.generic import AutoAcceptSubmitAction

from . import ModelRefTypes
from .ref_types import ModelRefTypes
from .generic import NonDuplicableOARepoRequestType


Expand Down
2 changes: 1 addition & 1 deletion oarepo_requests/types/publish_draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from oarepo_requests.actions.publish_draft import PublishDraftAcceptAction

from . import ModelRefTypes
from .ref_types import ModelRefTypes
from .generic import NonDuplicableOARepoRequestType


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-requests
version = 1.2.0
version = 1.2.1
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit 2c94744

Please sign in to comment.