From ee6b5060020882b134df195dc37a2d59888f3af8 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 c1bc683a3..6f9d1a90a 100644 --- a/weasyprint/text.py +++ b/weasyprint/text.py @@ -18,7 +18,6 @@ from .logger import LOGGER - if cairo.cairo_version() <= 11400: warnings.warn('There are known rendering problems with Cairo <= 1.14.0')