mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
eynollah.py: use lxml not xml.etree
This commit is contained in:
parent
90c8af9595
commit
81d7233e67
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
|
||||||
from scipy.signal import find_peaks
|
from scipy.signal import find_peaks
|
||||||
from scipy.ndimage import gaussian_filter1d
|
from scipy.ndimage import gaussian_filter1d
|
||||||
from shapely import geometry
|
from shapely import geometry
|
||||||
import xml.etree.ElementTree as ET#from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
from matplotlib import pyplot, transforms
|
from matplotlib import pyplot, transforms
|
||||||
import matplotlib.patches as mpatches
|
import matplotlib.patches as mpatches
|
||||||
import imutils
|
import imutils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue