Skip to content

Commit

Permalink
FIX: Formatted import block
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitqualia committed Dec 15, 2023
1 parent 98c04b1 commit c739c73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/io/test_output_to_geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -195,7 +195,4 @@ def test_write_grid_geotiff_opacity():
img = Image.open(imgname)
img.show()
except PermissionError:
pass



pass

0 comments on commit c739c73

Please sign in to comment.