Skip to content

Commit

Permalink
[pyre] Adding IntVar to typing_extensions (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmndz authored and srittau committed May 28, 2019
1 parent 020449a commit d8e14d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/2and3/typing_extensions.pyi
Expand Up @@ -24,6 +24,7 @@ Protocol: _SpecialForm = ...
Final: _SpecialForm = ...
def final(f: _F) -> _F: ...
Literal: _SpecialForm = ...
def IntVar(__name: str) -> Type: ...

# Internal mypy fallback type for all typed dicts (does not exist at runtime)
class _TypedDict(Mapping[str, object], metaclass=abc.ABCMeta):
Expand Down

0 comments on commit d8e14d6

Please sign in to comment.