Skip to content

Commit

Permalink
Python 2 formatting updates
Browse files Browse the repository at this point in the history
* encoding header is no longer needed
* from __future__ imports no longer needed
  • Loading branch information
takis committed Feb 22, 2024
1 parent d30ce9c commit 598e5e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/docx/image/svg.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 598e5e0

Please sign in to comment.