Skip to content

Commit

Permalink
remove DEFAULT_SERVER_URL from here, it is unsed.
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman committed Jan 14, 2025
1 parent 8fd9057 commit dca5d8d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions python/svix/api/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
)
from .common import ListOptions, PostOptions, ApiBase

DEFAULT_SERVER_URL = "https://api.svix.com"


@dataclass
class IntegrationListOptions(ListOptions):
Expand Down
3 changes: 0 additions & 3 deletions python/svix/api/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
from .common import ensure_tz, ListOptions, PostOptions, ApiBase


DEFAULT_SERVER_URL = "https://api.svix.com"


@dataclass
class MessageListOptions(ListOptions):
event_types: t.Optional[t.List[str]] = None
Expand Down
2 changes: 0 additions & 2 deletions python/svix/api/message_attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
from ..internal.openapi_client.models.message_status import MessageStatus
from ..internal.openapi_client.models.status_code_class import StatusCodeClass

DEFAULT_SERVER_URL = "https://api.svix.com"


@dataclass
class MessageAttemptListOptions(ListOptions):
Expand Down
3 changes: 0 additions & 3 deletions python/svix/api/operational_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
from ..internal.openapi_client.models.ordering import Ordering


DEFAULT_SERVER_URL = "https://api.svix.com"


@dataclass
class OperationalWebhookEndpointListOptions(ListOptions):
order: t.Optional[Ordering] = None
Expand Down
2 changes: 0 additions & 2 deletions python/svix/api/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
v1_statistics_aggregate_event_types,
)

DEFAULT_SERVER_URL = "https://api.svix.com"


class StatisticsAsync(ApiBase):
async def aggregate_app_stats(
Expand Down

0 comments on commit dca5d8d

Please sign in to comment.