Skip to content

Commit 1a10828

Browse files
committed
Removed unused code
1 parent 912a33f commit 1a10828

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Tests/test_format_hsv.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ def int_to_float(i):
1212
return i / 255
1313

1414

15-
def str_to_float(i):
16-
return ord(i) / 255
17-
18-
1915
def tuple_to_ints(tp):
2016
x, y, z = tp
2117
return int(x * 255.0), int(y * 255.0), int(z * 255.0)

Tests/test_image_paste.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class TestImagingPaste:
11-
masks = {}
1211
size = 128
1312

1413
def assert_9points_image(

0 commit comments

Comments
 (0)