From 1292204ba49ef0f207d5557d4e9f40fa2098af20 Mon Sep 17 00:00:00 2001 From: Thomas Polasek Date: Fri, 11 Oct 2024 13:02:47 -0700 Subject: [PATCH] Convert directory fbcode/deeplearning to use the Ruff Formatter Summary: X-link: https://github.com/flashlight/flashlight/pull/1176 X-link: https://github.com/pytorch/FBGEMM/pull/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 --- bindings/python/test/test_decoder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/test/test_decoder.py b/bindings/python/test/test_decoder.py index 64a3df29..6b7f0439 100644 --- a/bindings/python/test/test_decoder.py +++ b/bindings/python/test/test_decoder.py @@ -6,7 +6,6 @@ LICENSE file in the root directory of this source tree. """ - import math import os import pickle