Remove unnecessary import.

This commit is contained in:
Albert Cervera i Areny 2019-04-28 00:46:16 +02:00
parent bc501d262d
commit ad50ad4f58
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import glob
import logging
import os
import re
import unicodedata
from decimal import Decimal
from jinja2 import Environment, FileSystemLoader
from lxml import etree