From c0c842ac26e6877d6619e0d505513275b0efa128 Mon Sep 17 00:00:00 2001 From: Thomas Polasek Date: Fri, 6 Dec 2024 10:37:02 -0800 Subject: [PATCH] Convert FBCODE to use the Ruff Formatter Summary: Converts the directory specified to use the Ruff formatter. This is the last big diff to convert all of Fbcode to Ruff. pomsky_fix_bugs drop-conflicts bypass-github-export-checks allow-large-files Reviewed By: amyreese Differential Revision: D66886610 fbshipit-source-id: 8276a7f6164efec189ca0b87e535543ed5bc3615 --- benchmarks/perfetto/backends/clp.py | 1 - benchmarks/perfetto/backends/perfetto.py | 1 - 2 files changed, 2 deletions(-) diff --git a/benchmarks/perfetto/backends/clp.py b/benchmarks/perfetto/backends/clp.py index 4f4311da0..6015d396d 100644 --- a/benchmarks/perfetto/backends/clp.py +++ b/benchmarks/perfetto/backends/clp.py @@ -10,6 +10,5 @@ class CLPTraceAnalysis(TraceAnalysis): - def __init__(self, args: argparse.Namespace): super().__init__(args) diff --git a/benchmarks/perfetto/backends/perfetto.py b/benchmarks/perfetto/backends/perfetto.py index f4429c47e..38cdf42ff 100644 --- a/benchmarks/perfetto/backends/perfetto.py +++ b/benchmarks/perfetto/backends/perfetto.py @@ -14,7 +14,6 @@ class PerfettoTraceAnalysis(TraceAnalysis): - name = "perfetto" def __init__(self, args: argparse.Namespace):