fix: исправление флоу добавления каналов после workspaces
This commit is contained in:
@@ -48,11 +48,6 @@ __all__ = (
|
||||
'SpendingDataPoint',
|
||||
'GetSpendingAnalyticsInput',
|
||||
'GetSpendingAnalyticsOutput',
|
||||
'ParserTrackTaskRequest',
|
||||
'ParserGetViewsRequest',
|
||||
'ParserPostFoundEvent',
|
||||
'ParserPostDeletedEvent',
|
||||
'ParserViewsUpdatedEvent',
|
||||
'WorkspaceMembershipOutput',
|
||||
'GetWorkspacesOutput',
|
||||
'CreateWorkspaceInput',
|
||||
@@ -93,13 +88,6 @@ from .external_channel import (
|
||||
UpdateExternalChannelInput,
|
||||
UpdateExternalChannelLinksInput,
|
||||
)
|
||||
from .nats_messages import (
|
||||
ParserGetViewsRequest,
|
||||
ParserPostDeletedEvent,
|
||||
ParserPostFoundEvent,
|
||||
ParserTrackTaskRequest,
|
||||
ParserViewsUpdatedEvent,
|
||||
)
|
||||
from .placement import (
|
||||
CreatePlacementInput,
|
||||
DeletePlacementInput,
|
||||
|
||||
Reference in New Issue
Block a user