Skip to content

Commit 14ddfd3

Browse files
committed
fix lint
1 parent 86d4c53 commit 14ddfd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/test_imagefont.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,8 @@ def test_unicode_pilfont(self):
465465
font.getsize(u"’")
466466

467467
@unittest.skipIf(
468-
sys.platform.startswith("win32") and (
469-
sys.version.startswith("2") or hasattr(sys, "pypy_translation_info")
470-
),
468+
sys.platform.startswith("win32")
469+
and (sys.version.startswith("2") or hasattr(sys, "pypy_translation_info")),
471470
"requires CPython 3.x on Windows",
472471
)
473472
def test_unicode_extended(self):

0 commit comments

Comments
 (0)