fix: imports

This commit is contained in:
pablohashescobar
2024-11-28 13:00:40 +05:30
parent a300468c09
commit 84f74d37d0

View File

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