diff --git a/src/simudator/core/module.py b/src/simudator/core/module.py
index 24cad248e7f16469ce0b0db2b8226ef01902be9d..b7337088824eeeb15ebc0687bcd3a00894accd36 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