From 5c3c59cde6a9e6ed21d9bc17b0f268a86fc4850f Mon Sep 17 00:00:00 2001 From: maurycy <5383+maurycy@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:36:03 +0200 Subject: [PATCH] missing comma --- pyperformance/_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyperformance/_benchmark.py b/pyperformance/_benchmark.py index 5ec6fe07..bade89ea 100644 --- a/pyperformance/_benchmark.py +++ b/pyperformance/_benchmark.py @@ -1,7 +1,7 @@ __all__ = [ 'BenchmarkSpec', - 'Benchmark' + 'Benchmark', 'check_name', 'parse_benchmark', ]