From 886d511b651cf455b818643d18690abd488e40fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Tue, 2 Feb 2021 10:27:14 +0100 Subject: [PATCH] rm from __future__ --- tests/test_webviz_subsurface_testdata.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_webviz_subsurface_testdata.py b/tests/test_webviz_subsurface_testdata.py index 2c8b56a1..4e4c40d6 100644 --- a/tests/test_webviz_subsurface_testdata.py +++ b/tests/test_webviz_subsurface_testdata.py @@ -1,9 +1,5 @@ """Testing loading the webviz subsurface testdata.""" -from __future__ import absolute_import -from __future__ import division -from __future__ import print_function - import os import time