From 319fb3b04101ac862ddcd8429dd586cdecce0e6c Mon Sep 17 00:00:00 2001 From: Stefano Belforte Date: Fri, 20 Sep 2024 15:43:06 +0200 Subject: [PATCH] add CR at bottom of __init__.py --- src/python/TaskWorker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/TaskWorker/__init__.py b/src/python/TaskWorker/__init__.py index b069eca268..e02476f547 100644 --- a/src/python/TaskWorker/__init__.py +++ b/src/python/TaskWorker/__init__.py @@ -8,4 +8,4 @@ __all__ = [] #the __version__ will be automatically be change according to rpm for production -__version__ = 'development' \ No newline at end of file +__version__ = 'development'