From 76ae69418f180eab0972ae50cc8d75bfe600dbd6 Mon Sep 17 00:00:00 2001 From: Chris Webb Date: Sun, 10 Dec 2023 18:16:40 +0000 Subject: [PATCH] Add missing CR/LF at the bottom of the file --- framework/pym/play/cmdloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/pym/play/cmdloader.py b/framework/pym/play/cmdloader.py index f78443ac19..862bd1e5f6 100644 --- a/framework/pym/play/cmdloader.py +++ b/framework/pym/play/cmdloader.py @@ -80,4 +80,4 @@ def load_source(modname, filename): # Uncomment the following line to cache the module. # sys.modules[module.__name__] = module loader.exec_module(module) - return module \ No newline at end of file + return module