mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
fix lint
This commit is contained in:
parent
86d4c53d79
commit
14ddfd30b2
|
@ -465,9 +465,8 @@ class TestImageFont(PillowTestCase):
|
|||
font.getsize(u"’")
|
||||
|
||||
@unittest.skipIf(
|
||||
sys.platform.startswith("win32") and (
|
||||
sys.version.startswith("2") or hasattr(sys, "pypy_translation_info")
|
||||
),
|
||||
sys.platform.startswith("win32")
|
||||
and (sys.version.startswith("2") or hasattr(sys, "pypy_translation_info")),
|
||||
"requires CPython 3.x on Windows",
|
||||
)
|
||||
def test_unicode_extended(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user