From 5e10e3cb7539dd524e8107964d895b918aaea99a Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Thu, 5 Dec 2024 22:21:47 +0000 Subject: [PATCH] format --- mlos_bench/mlos_bench/tunables/tunable_groups.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mlos_bench/mlos_bench/tunables/tunable_groups.py b/mlos_bench/mlos_bench/tunables/tunable_groups.py index 70a7f5035f..98654e270a 100644 --- a/mlos_bench/mlos_bench/tunables/tunable_groups.py +++ b/mlos_bench/mlos_bench/tunables/tunable_groups.py @@ -17,7 +17,6 @@ class TunableGroups: """A collection of :py:class:`.CovariantTunableGroup` s of :py:class:`.Tunable` parameters. - """ def __init__(self, config: Optional[dict] = None):