Skip to content

Commit

Permalink
python: Add statistics.py *Options to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman committed Jan 16, 2025
1 parent 151611c commit 701b186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/svix/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
OperationalWebhookEndpointAsync,
OperationalWebhookEndpoint,
)
from .statistics import StatisticsAsync, Statistics
from .statistics import StatisticsAsync, Statistics, StatisticsAggregateAppStatsOptions

from svix.internal.openapi_client.models.aggregate_event_types_out import (
AggregateEventTypesOut,
Expand Down

0 comments on commit 701b186

Please sign in to comment.