From 3f70d623e5f1ee2b65ec902bb0e278c4357a5bac Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <kelvinrr@icloud.com> Date: Thu, 13 Dec 2018 12:51:30 -0700 Subject: [PATCH] removed usued part of lro test --- tests/pytests/test_lro_drivers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pytests/test_lro_drivers.py b/tests/pytests/test_lro_drivers.py index 51a32ea..2e0bd6d 100644 --- a/tests/pytests/test_lro_drivers.py +++ b/tests/pytests/test_lro_drivers.py @@ -116,5 +116,3 @@ def test_lro_creation(lro_lroclabel): with LRO_LROC(lro_lroclabel) as m: d = m.to_dict() assert isinstance(d, dict) - from ale import load - print(load(lro_lroclabel)) -- GitLab