mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #6212 from radarhere/unused
Removed unused test function
This commit is contained in:
commit
c456aecb12
|
@ -48,10 +48,6 @@ def img_string_normalize(im):
|
||||||
return img_to_string(string_to_img(im))
|
return img_to_string(string_to_img(im))
|
||||||
|
|
||||||
|
|
||||||
def assert_img_equal(A, B):
|
|
||||||
assert img_to_string(A) == img_to_string(B)
|
|
||||||
|
|
||||||
|
|
||||||
def assert_img_equal_img_string(A, Bstring):
|
def assert_img_equal_img_string(A, Bstring):
|
||||||
assert img_to_string(A) == img_string_normalize(Bstring)
|
assert img_to_string(A) == img_string_normalize(Bstring)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user