chore: removed extra exporter function (#1953)
This commit is contained in:
parent
2d1406953e
commit
529ab19747
2 changed files with 4 additions and 26 deletions
|
|
@ -89,7 +89,6 @@ from plane.api.views import (
|
|||
IssueCommentPublicViewSet,
|
||||
IssueReactionViewSet,
|
||||
CommentReactionViewSet,
|
||||
ExportIssuesEndpoint,
|
||||
## End Issues
|
||||
# States
|
||||
StateViewSet,
|
||||
|
|
@ -175,6 +174,10 @@ from plane.api.views import (
|
|||
InboxIssuePublicViewSet,
|
||||
IssueVotePublicViewSet,
|
||||
## End Public Boards
|
||||
## Exporter
|
||||
ExportIssuesEndpoint,
|
||||
## End Exporter
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue