From 33d8ac269f2f471bfca38df6d0dcc781b33d706c Mon Sep 17 00:00:00 2001 From: Dobson Date: Thu, 3 Oct 2024 16:41:21 +0100 Subject: [PATCH] precommit --- tests/custom_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/custom_class.py b/tests/custom_class.py index 6c510a9f..fc61ffca 100644 --- a/tests/custom_class.py +++ b/tests/custom_class.py @@ -9,4 +9,4 @@ def __init__(self, name): def end_timestep(self): self.custom_attr += 1 - super().end_timestep() \ No newline at end of file + super().end_timestep()