From eb7c5d85d092f3f36981960145484243c8e3163a Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 6 Jan 2026 15:03:53 +0100 Subject: [PATCH] runtime/cosmetic: add line break The other source files have a line break between the character encoding qualifier line and the python comment. Let's add a line break here as well to maintain consistency. Change-Id: Ied6b77eede748f1ddf6fde17c9b434fa4dd1114a --- pySim/runtime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pySim/runtime.py b/pySim/runtime.py index 35452a08..19d35382 100644 --- a/pySim/runtime.py +++ b/pySim/runtime.py @@ -1,4 +1,5 @@ # coding=utf-8 + """Representation of the runtime state of an application like pySim-shell. """