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