Merge pull request #7744 from radarhere/unused

This commit is contained in:
Hugo van Kemenade 2024-02-17 11:38:14 +02:00 committed by GitHub
commit ebc57945e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

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

View File

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