chore: removed extra exporter function (#1953)

This commit is contained in:
Bavisetti Narayan 2023-08-23 22:13:04 +05:30 committed by GitHub
parent 2d1406953e
commit 529ab19747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 26 deletions

View file

@ -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
)