Commit 6e2d503d authored by Amethyst Reese's avatar Amethyst Reese Committed by Facebook GitHub Bot
Browse files

Convert directory arvr/projects/codec_avatar to use the Ruff Formatter

Summary:
Converts the directory specified to use the Ruff formatter in pyfmt

ruff_dog

If this diff causes merge conflicts when rebasing, please run
`hg status -n -0 --change . -I '**/*.{py,pyi}' | xargs -0 arc pyfmt`
on your diff, and amend any changes before rebasing onto latest.
That should help reduce or eliminate any merge conflicts.

allow-large-files

Reviewed By: tpolasek

Differential Revision: D66375521

fbshipit-source-id: 0f4ae27d79e8ae43ee54f319e451fb9ca88da58a
parent 0a535a3c
......@@ -174,7 +174,9 @@ class EdgeGradEstimatorFunction(th.autograd.Function):
@staticmethod
# pyre-fixme[14]: `backward` overrides method defined in `Function` inconsistently.
def backward(ctx, grad_output: th.Tensor) -> Tuple[
def backward(
ctx, grad_output: th.Tensor
) -> Tuple[
Optional[th.Tensor],
Optional[th.Tensor],
Optional[th.Tensor],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment