diff --git a/tests/pytests/test_lro_drivers.py b/tests/pytests/test_lro_drivers.py index 51a32eac6d3e3e5f2e0328011d15f180e5516a25..2e0bd6dae3c09d148edc39a96b93679406378825 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))