From ef21e590d37a86ae940e3a16927a00f071d9499d Mon Sep 17 00:00:00 2001
From: JM Etancelin <jean-matthieu.etancelin@univ-pau.fr>
Date: Tue, 24 Mar 2020 15:59:27 +0100
Subject: [PATCH] fix profiling report with tasks

---
 hysop/core/graph/computational_graph.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hysop/core/graph/computational_graph.py b/hysop/core/graph/computational_graph.py
index 732c7202b..4c09f6e36 100644
--- a/hysop/core/graph/computational_graph.py
+++ b/hysop/core/graph/computational_graph.py
@@ -342,7 +342,6 @@ class ComputationalGraph(ComputationalGraphNode):
                     name_size=name_size, in_size=in_size,
                     arrow_size=arrow_size,
                     out_size=out_size, type_size=type_size)
-
         return u'\n{}\n'.format(framed_str(title=title, msg=ss[1:])).encode('utf-8')
 
     def topology_report(self):
-- 
GitLab