futures.pyi 142 Bytes
Newer Older
1
2
3
4
5
6
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

from typing import Any

class Future:
    def wait(self) -> Any: ...