From 4624332fcd22c62f5e28f8464314ea33847579d8 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 29 Jan 2018 23:30:57 +0100 Subject: [PATCH] Remove useless empty line --- weasyprint/text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/weasyprint/text.py b/weasyprint/text.py index 0dc8c160..d49aff86 100644 --- a/weasyprint/text.py +++ b/weasyprint/text.py @@ -24,7 +24,6 @@ from .logger import LOGGER # XXX No unicode_literals, cffi likes native strings - if cairo.cairo_version() <= 11400: warnings.warn('There are known rendering problems with Cairo <= 1.14.0')