Remove unused import

This commit is contained in:
mike cullerton 2021-09-07 15:44:15 -04:00
parent 21987cf1f1
commit ce1af73d6e
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import pandas as pd
from github import Github, GithubObject, UnknownObjectException
from uuid import UUID
from lxml import etree
from lxml.etree import ElementTree
from SpiffWorkflow.bpmn.parser.ValidationException import ValidationException
from lxml.etree import XMLSyntaxError