Removed unused code

This commit is contained in:
Andrew Murray 2024-02-17 14:03:56 +11:00
parent 912a33f5e9
commit 1a108281b9
2 changed files with 0 additions and 5 deletions

View File

@ -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)

View File

@ -8,7 +8,6 @@ from .helper import CachedProperty, assert_image_equal
class TestImagingPaste:
masks = {}
size = 128
def assert_9points_image(