diff --git a/tests/io/test_output_to_geotiff.py b/tests/io/test_output_to_geotiff.py index 71665720b6..e695f0fc1f 100644 --- a/tests/io/test_output_to_geotiff.py +++ b/tests/io/test_output_to_geotiff.py @@ -2,12 +2,12 @@ import warnings +from pathlib import Path import numpy as np import pytest import pyart from PIL import Image -from pathlib import Path # TODO : inspect the output file to verify their contents, currently only the # fact that something was written is confirmed @@ -195,7 +195,4 @@ def test_write_grid_geotiff_opacity(): img = Image.open(imgname) img.show() except PermissionError: - pass - - - + pass \ No newline at end of file