From aa0c4f523c9d1101069aef8b3dbc3dfddfc51746 Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Tue, 19 Jul 2022 13:19:54 +0200 Subject: [PATCH] Fix pylint warning --- map/cool_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/map/cool_module.py b/map/cool_module.py index f1772fb..dc41ad7 100644 --- a/map/cool_module.py +++ b/map/cool_module.py @@ -2,4 +2,5 @@ def greeter(): + """ Prints a nice message """ print("Hello World!") -- GitLab