Skip to content

Commit 598e5e0

Browse files
committed
Python 2 formatting updates
* encoding header is no longer needed * from __future__ imports no longer needed
1 parent d30ce9c commit 598e5e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/docx/image/svg.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# encoding: utf-8
2-
3-
from __future__ import absolute_import, division, print_function
4-
51
import xml.etree.ElementTree as ET
62

73
from .constants import MIME_TYPE

0 commit comments

Comments
 (0)