changeset 66:6083f11c80bc

Remove another unnecessary import.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jul 2021 23:01:18 +0300
parents 35b48d9a0d8a
children 9833df4573a7
files lxmldump.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lxmldump.py	Mon Jul 12 23:00:37 2021 +0300
+++ b/lxmldump.py	Mon Jul 12 23:01:18 2021 +0300
@@ -16,7 +16,6 @@
 import xml.etree.ElementTree as xmlET
 import unicodedata
 import argparse
-import textwrap
 
 assert sys.version_info >= (3, 7)