mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
fix: imports
This commit is contained in:
@@ -42,8 +42,18 @@ from .issue import (
|
||||
IssueSubscriber,
|
||||
IssueVote,
|
||||
)
|
||||
from .module import Module, ModuleIssue, ModuleLink, ModuleMember, ModuleUserProperties
|
||||
from .notification import EmailNotificationLog, Notification, UserNotificationPreference
|
||||
from .module import (
|
||||
Module,
|
||||
ModuleIssue,
|
||||
ModuleLink,
|
||||
ModuleMember,
|
||||
ModuleUserProperties,
|
||||
)
|
||||
from .notification import (
|
||||
EmailNotificationLog,
|
||||
Notification,
|
||||
UserNotificationPreference,
|
||||
)
|
||||
from .page import Page, PageLabel, PageLog, ProjectPage, PageVersion
|
||||
from .project import (
|
||||
Project,
|
||||
@@ -71,7 +81,7 @@ from .workspace import (
|
||||
|
||||
from .importer import Importer
|
||||
|
||||
from .page import Page, PageLog, PageLabel, ProjectPage, TeamPage
|
||||
from .page import Page, PageLog, PageLabel, ProjectPage
|
||||
|
||||
|
||||
from .estimate import Estimate, EstimatePoint
|
||||
@@ -80,7 +90,11 @@ from .intake import Intake, IntakeIssue
|
||||
|
||||
from .analytic import AnalyticView
|
||||
|
||||
from .notification import Notification, UserNotificationPreference, EmailNotificationLog
|
||||
from .notification import (
|
||||
Notification,
|
||||
UserNotificationPreference,
|
||||
EmailNotificationLog,
|
||||
)
|
||||
|
||||
from .exporter import ExporterHistory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user