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:
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

Reviewed By: amyreese

Differential Revision: D66375848

fbshipit-source-id: 3dd4b187b30b2dc4e4c7b8b8ba7487b979713eb6
  • Loading branch information
Thomas Polasek authored and facebook-github-bot committed Nov 23, 2024
1 parent 41b634a commit 6e9d119
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 6e9d119

Please sign in to comment.