From 598e5e0ac04418e8a6449f04d380b46a86e0ad87 Mon Sep 17 00:00:00 2001 From: "Panagiotis H.M. Issaris" Date: Thu, 22 Feb 2024 13:33:00 +0100 Subject: [PATCH] Python 2 formatting updates * encoding header is no longer needed * from __future__ imports no longer needed --- src/docx/image/svg.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/docx/image/svg.py b/src/docx/image/svg.py index 2436b8892..0247a7766 100644 --- a/src/docx/image/svg.py +++ b/src/docx/image/svg.py @@ -1,7 +1,3 @@ -# encoding: utf-8 - -from __future__ import absolute_import, division, print_function - import xml.etree.ElementTree as ET from .constants import MIME_TYPE