Skip to content

Commit

Permalink
Convert .pyre_configuration.local to fast by default architecture] [b…
Browse files Browse the repository at this point in the history
…atch:45/1226] [shard:9/N]

Reviewed By: MaggieMoss

Differential Revision: D63127540

fbshipit-source-id: d28dfdd384905222bddcaab104b07f7a2867c247
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Sep 20, 2024
1 parent e619437 commit 1a9ed43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions hphp/hack/src/hh_asdiff/hh_asdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ def report_summary(exp_file: Iterator[AnyStr], act_file: Iterator[AnyStr]):
act[fn] = content
exp_keys = set(exp.keys())
act_keys = set(act.keys())
# pyre-fixme[6]: Expected `Iterable[Variable[_LT (bound to _SupportsLessThan)]]`
# for 1st param but got `Set[Optional[str]]`.
all_keys = sorted(exp_keys.union(act_keys))

for k in all_keys:
Expand Down
4 changes: 1 addition & 3 deletions hphp/hack/test/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
from typing import _ForwardRef as ForwardRef

# pyre-fixme[5]: Global expression must be annotated.
# pyre-fixme[6]: Expected `Tuple[typing.Type[Variable[typing._KT]],
# typing.Type[Variable[typing._VT_co](covariant)]]` for 1st param but got
# `Tuple[typing.Type[str], ForwardRef]`.
# pyre-fixme[16]: Module `typing` has no attribute `_ForwardRef`.
JsonObject = Mapping[str, ForwardRef("Json")]
# pyre-fixme[5]: Global expression must be annotated.
# pyre-fixme[16]: `Iterable` has no attribute `__getitem__`.
Expand Down

0 comments on commit 1a9ed43

Please sign in to comment.