File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,9 +234,6 @@ def fetch(
234234 This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
235235 an identifier.
236236
237- This endpoint supports returning ApiCachedUsageData (see
238- api/cache_control_utils.py)
239-
240237 Args:
241238 extra_headers: Send extra headers
242239
@@ -272,9 +269,6 @@ def fetch_upcoming(
272269 [invoice](../guides/concepts#invoice) for the current billing period given a
273270 subscription.
274271
275- This endpoint supports returning ApiCachedUsageData (see
276- api/cache_control_utils.py)
277-
278272 Args:
279273 extra_headers: Send extra headers
280274
@@ -651,9 +645,6 @@ async def fetch(
651645 This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
652646 an identifier.
653647
654- This endpoint supports returning ApiCachedUsageData (see
655- api/cache_control_utils.py)
656-
657648 Args:
658649 extra_headers: Send extra headers
659650
@@ -689,9 +680,6 @@ async def fetch_upcoming(
689680 [invoice](../guides/concepts#invoice) for the current billing period given a
690681 subscription.
691682
692- This endpoint supports returning ApiCachedUsageData (see
693- api/cache_control_utils.py)
694-
695683 Args:
696684 extra_headers: Send extra headers
697685
You can’t perform that action at this time.
0 commit comments