From dc7fae1439668ff1a4e0a2ea0198242d0861528e Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Fri, 27 Nov 2020 11:41:27 +0100
Subject: [PATCH] plot_utils: rm Python2 remnant

---
 Wrap/Python/plot_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Wrap/Python/plot_utils.py b/Wrap/Python/plot_utils.py
index c8160228b45..a19327dd311 100644
--- a/Wrap/Python/plot_utils.py
+++ b/Wrap/Python/plot_utils.py
@@ -12,7 +12,7 @@
 #   @authors   J. Fisher, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke
 """
 #  **************************************************************************  #
-from __future__ import print_function
+
 import bornagain as ba
 from bornagain import deg as deg
 try:  # workaround for build servers
-- 
GitLab