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:103/1407] [shard:7/N] [A]

Reviewed By: MichaelCuevas

Differential Revision: D63126614

fbshipit-source-id: ad887a0248ed7bf4d3149097f165dc344d07f528
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Sep 20, 2024
1 parent 6dbac4f commit 47feda2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion eden/fs/cli/subcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def add_subcommands(
# list below where we would have shown the nasty one.
subparsers = parser.add_subparsers(metavar="COMMAND")
for cmd_class in sorted(cmds, key=lambda c: c.NAME):
# pyre-fixme[45]: Cannot instantiate abstract class `Subcmd`.
cmd_instance = cmd_class(parser)
cmd_instance.add_parser(subparsers)

Expand Down
2 changes: 0 additions & 2 deletions eden/fs/py/eden/thrift/windows_thrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ def recv(self, size: int) -> bytes:
# pyre-fixme[3]: Return type must be annotated.
def recv_into(self, buffer: Buffer, size: int = 0):
if size == 0:
# pyre-fixme[6]: For 1st argument expected
# `pyre_extensions.ReadOnly[Sized]` but got `Buffer`.
size = len(buffer)

dest = (ctypes.c_char * size).from_buffer(buffer)
Expand Down

0 comments on commit 47feda2

Please sign in to comment.