Files
zulip/stubs/stripe/util/__init__.pyi
Anders Kaseorg ae655bdc69 stubs: Reformat *.pyi files with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-07-11 09:20:19 -07:00

4 lines
101 B
Python

from typing import Any, Dict
def convert_to_stripe_object(fixture_data: Dict[Any, Any]) -> Any: ...