Does this comply with the type hinting format outlined in Python 3's typing module? [1]

[1] https://docs.python.org/3/library/typing.html#module-typing

Yes! Pyre adopts types from the typing module, and relies on typeshed[1] to infer types for standard library functions.

[1]: https://github.com/python/typeshed