From 486a3e34535aea0d64162bacd967412ae77447bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:35:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_time.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_time.py b/tests/test_time.py index 31a075e5bfc..26e7d3257db 100644 --- a/tests/test_time.py +++ b/tests/test_time.py @@ -55,7 +55,6 @@ def step(self): self.model.log.append(self.unique_id) - class SomeModel(Model): def __init__(self, some_number, seed=None, some_other_argument=5): super().__init__(seed=seed)