Skip to content

Commit

Permalink
Convert directory fbcode/deeplearning to use the Ruff Formatter
Browse files Browse the repository at this point in the history
Summary:
X-link: flashlight/flashlight#1176

X-link: pytorch/FBGEMM#3242

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
bypass-github-export-checks

Differential Revision: D63766623
  • Loading branch information
Thomas Polasek authored and facebook-github-bot committed Oct 11, 2024
1 parent 42c39b0 commit 1292204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/test/test_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
LICENSE file in the root directory of this source tree.
"""


import math
import os
import pickle
Expand Down

0 comments on commit 1292204

Please sign in to comment.