Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 17, 2024
1 parent 912a33f commit 1a10828
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ def int_to_float(i):
return i / 255


def str_to_float(i):
return ord(i) / 255


def tuple_to_ints(tp):
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class TestImagingPaste:
masks = {}
size = 128

def assert_9points_image(
Expand Down

0 comments on commit 1a10828

Please sign in to comment.