Skip to content

Commit

Permalink
FIX: PEP8 format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitqualia committed Dec 18, 2023
1 parent 949e04a commit 50129d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/io/test_output_to_geotiff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
""" Unit Tests for Py-ART's output_to_geotiff.py module. """

import warnings

from pathlib import Path

import numpy as np
import pytest
from PIL import Image

import pyart
from PIL import Image

# TODO : inspect the output file to verify their contents, currently only the
# fact that something was written is confirmed
Expand Down Expand Up @@ -196,4 +196,3 @@ def test_write_grid_geotiff_opacity():
img.show()
except PermissionError:
pass

0 comments on commit 50129d9

Please sign in to comment.