mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
billing: Mention the exact return type for mock functions.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from typing import Any, Dict
|
||||
from stripe.api_resources.list_object import ListObject
|
||||
|
||||
def convert_to_stripe_object(fixture_data: Dict[Any, Any]) -> ListObject:
|
||||
def convert_to_stripe_object(fixture_data: Dict[Any, Any]) -> Any:
|
||||
...
|
||||
|
Reference in New Issue
Block a user