diff --git a/oarepo_requests/types/delete_record.py b/oarepo_requests/types/delete_record.py index fe266c49..ebfc2773 100644 --- a/oarepo_requests/types/delete_record.py +++ b/oarepo_requests/types/delete_record.py @@ -3,7 +3,7 @@ from oarepo_requests.actions.delete_topic import DeleteTopicAcceptAction -from . import ModelRefTypes +from .ref_types import ModelRefTypes from .generic import NonDuplicableOARepoRequestType diff --git a/oarepo_requests/types/edit_record.py b/oarepo_requests/types/edit_record.py index ac1f4c39..b1b49f91 100644 --- a/oarepo_requests/types/edit_record.py +++ b/oarepo_requests/types/edit_record.py @@ -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 diff --git a/oarepo_requests/types/publish_draft.py b/oarepo_requests/types/publish_draft.py index 6454b1d5..19fda0fa 100644 --- a/oarepo_requests/types/publish_draft.py +++ b/oarepo_requests/types/publish_draft.py @@ -3,7 +3,7 @@ from oarepo_requests.actions.publish_draft import PublishDraftAcceptAction -from . import ModelRefTypes +from .ref_types import ModelRefTypes from .generic import NonDuplicableOARepoRequestType diff --git a/setup.cfg b/setup.cfg index ae2159f7..dab0d058 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = oarepo-requests -version = 1.2.0 +version = 1.2.1 description = authors = Ronald Krist readme = README.md