From 81b85b368839a59c283939823ab34fc2e1560121 Mon Sep 17 00:00:00 2001 From: Martin <martin.hogstedt@hotmail.com> Date: Fri, 5 Jul 2024 09:05:06 +0200 Subject: [PATCH] removed misplaced comment --- src/simudator/core/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simudator/core/module.py b/src/simudator/core/module.py index 24cad24..b733708 100644 --- a/src/simudator/core/module.py +++ b/src/simudator/core/module.py @@ -62,7 +62,6 @@ class Module: """ Simulate behaviour for sending output using the internal state during a clock tick. Exact behaviour is specified in each module type. - # Internal variables """ raise NotImplementedError -- GitLab