Skip to content

Commit

Permalink
Merge pull request #7744 from radarhere/unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 17, 2024
2 parents c194d6e + 4ea1ad0 commit ebc5794
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Tests/test_format_hsv.py
Expand Up @@ -13,10 +13,6 @@ def int_to_float(i: int) -> float:
return i / 255


def str_to_float(i: str) -> float:
return ord(i) / 255


def tuple_to_ints(tp: tuple[float, float, float]) -> tuple[int, int, int]:
x, y, z = tp
return int(x * 255.0), int(y * 255.0), int(z * 255.0)
Expand Down
1 change: 0 additions & 1 deletion Tests/test_image_paste.py
Expand Up @@ -8,7 +8,6 @@


class TestImagingPaste:
masks = {}
size = 128

def assert_9points_image(
Expand Down

0 comments on commit ebc5794

Please sign in to comment.