refactor
This commit is contained in:
@@ -19,8 +19,8 @@ __all__ = (
|
||||
'Placement',
|
||||
'PlacementStatus',
|
||||
'PlacementType',
|
||||
'Publication',
|
||||
'PublicationStatus',
|
||||
'PlacementPost',
|
||||
'PlacementPostStatus',
|
||||
'Creative',
|
||||
'replace_invite_link_with_tag',
|
||||
'validate_media_size',
|
||||
@@ -49,7 +49,7 @@ __all__ = (
|
||||
'ProjectNotFound',
|
||||
'ProjectChannelConflict',
|
||||
'PlacementNotFound',
|
||||
'PublicationNotFound',
|
||||
'PlacementPostNotFound',
|
||||
'ChannelNotFound',
|
||||
'ChannelAlreadyExists',
|
||||
'ChannelNoAdminRights',
|
||||
@@ -83,9 +83,9 @@ from .error import (
|
||||
LoginTokenExpired,
|
||||
LoginTokenNotFound,
|
||||
PlacementNotFound,
|
||||
PlacementPostNotFound,
|
||||
ProjectChannelConflict,
|
||||
ProjectNotFound,
|
||||
PublicationNotFound,
|
||||
TelegramChannelNotFound,
|
||||
UserByUsernameNotFound,
|
||||
UserNotFound,
|
||||
@@ -104,10 +104,10 @@ from .placement import (
|
||||
PlacementStatus,
|
||||
PlacementType,
|
||||
)
|
||||
from .placement_post import PlacementPost, PlacementPostStatus, PostViewsAvailability
|
||||
from .post import Post
|
||||
from .post_views_history import PostViewsHistory
|
||||
from .project import Project, ProjectStatus
|
||||
from .publication import PostViewsAvailability, Publication, PublicationStatus
|
||||
from .subscription import Subscription, SubscriptionStatus
|
||||
from .telegram_user import TelegramUser
|
||||
from .user import User
|
||||
|
||||
Reference in New Issue
Block a user