This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
8487110cca
zulip
/
stubs
/
stripe
/
util
/
__init__.pyi
5 lines
105 B
Python
Raw
Normal View
History
Unescape
Escape
billing: Add mypy stubs to stripe imports. Tweaked by tabbott to add an extra type: ignore.
2018-07-24 15:16:50 +02:00
from
typing
import
Any
,
Dict
billing: Mention the exact return type for mock functions.
2018-07-27 11:54:36 +02:00
def
convert_to_stripe_object
(
fixture_data
:
Dict
[
Any
,
Any
]
)
-
>
Any
:
billing: Add mypy stubs to stripe imports. Tweaked by tabbott to add an extra type: ignore.
2018-07-24 15:16:50 +02:00
.
.
.