diff --git a/crc/services/file_service.py b/crc/services/file_service.py index eff1b1cc..4e9ae6d9 100644 --- a/crc/services/file_service.py +++ b/crc/services/file_service.py @@ -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